mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
# Backport This will backport the following commits from `main` to `8.8`: - [[Synthetics] Update recorder download link (#157519)](https://github.com/elastic/kibana/pull/157519) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"shahzad31comp@gmail.com"},"sourceCommit":{"committedDate":"2023-05-12T17:38:02Z","message":"[Synthetics] Update recorder download link (#157519)","sha":"210f921bf0ccc6b607a20f9a68eae0ee256cd82e","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:uptime","release_note:skip","v8.8.0","v8.9.0"],"number":157519,"url":"https://github.com/elastic/kibana/pull/157519","mergeCommit":{"message":"[Synthetics] Update recorder download link (#157519)","sha":"210f921bf0ccc6b607a20f9a68eae0ee256cd82e"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/157519","number":157519,"mergeCommit":{"message":"[Synthetics] Update recorder download link (#157519)","sha":"210f921bf0ccc6b607a20f9a68eae0ee256cd82e"}}]}] BACKPORT--> Co-authored-by: Shahzad <shahzad31comp@gmail.com>
This commit is contained in:
parent
277be81f38
commit
f50a2b6b69
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const SCRIPT_RECORDER_BTNS = (
|
|||
<EuiFlexItem grow={false}>
|
||||
<EuiButtonEmpty
|
||||
data-test-subj="syntheticsDownloadSyntheticsRecorderButton"
|
||||
href="https://github.com/elastic/synthetics-recorder/releases/"
|
||||
href="https://github.com/elastic/synthetics-recorder/blob/main/docs/DOWNLOAD.md"
|
||||
iconType="download"
|
||||
>
|
||||
{i18n.translate(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue