From b1135a9c064165f5861e317a8452d03e7d150884 Mon Sep 17 00:00:00 2001 From: Nassim Kammah Date: Thu, 8 Feb 2024 16:49:47 +0100 Subject: [PATCH] Update docs-preview link (#4777) Following the migration from Jenkins to Buildkite, docs previews are now available at _bk_. More context in https://github.com/elastic/docs/pull/2898 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f49030ee65..6d4156ea43 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ When you open a pull request, preview links are automatically added as a comment You also might want to add targeted links to help reviewers find specific pages related to your PR. Preview URLs include the following pattern (replace `` with the PR number): ``` -https://security-docs_.docs-preview.app.elstc.co/guide/en/security/master/ +https://security-docs_bk_.docs-preview.app.elstc.co/guide/en/security/master/ ```