mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
update stack version to fix apm docs links (#18648)
* update stack version to fix docs links * set 6.3 branch * manually update snapshot
This commit is contained in:
parent
2f52a8e52c
commit
269c0e4fec
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
],
|
||||
"private": false,
|
||||
"version": "6.3.0",
|
||||
"branch": "6.x",
|
||||
"branch": "6.3",
|
||||
"build": {
|
||||
"number": 8467,
|
||||
"sha": "6cb7fec4e154faa0a4a3fee4b33dfef91b9870d9"
|
||||
|
|
|
@ -111,7 +111,7 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
|
|||
Oops! You should try another time range. If that's no good, there's always the
|
||||
<a
|
||||
className="euiLink euiLink--primary"
|
||||
href="https://www.elastic.co/guide/en/apm/get-started/6.2/index.html"
|
||||
href="https://www.elastic.co/guide/en/apm/get-started/6.3/index.html"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
|
@ -111,7 +111,7 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
|
|||
Oops! You should try another time range. If that's no good, there's always the
|
||||
<a
|
||||
className="euiLink euiLink--primary"
|
||||
href="https://www.elastic.co/guide/en/apm/get-started/6.2/index.html"
|
||||
href="https://www.elastic.co/guide/en/apm/get-started/6.3/index.html"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
import { get } from 'lodash';
|
||||
|
||||
const STACK_VERSION = '6.2';
|
||||
const STACK_VERSION = '6.3';
|
||||
const DOCS_ROOT = 'https://www.elastic.co/guide/en/apm';
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue