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:
Gil Raphaelli 2018-04-28 07:33:15 -04:00 committed by GitHub
parent 2f52a8e52c
commit 269c0e4fec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
],
"private": false,
"version": "6.3.0",
"branch": "6.x",
"branch": "6.3",
"build": {
"number": 8467,
"sha": "6cb7fec4e154faa0a4a3fee4b33dfef91b9870d9"

View file

@ -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"
>

View file

@ -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"
>

View file

@ -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';
//