Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-09 09:25:49 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-07-09 09:25:49 +0300
commit9cbc5f54e588aad3186fa3eb8c0f188b2dbd59d0 (patch)
tree1478d9cbe20714a1a63e3c8a02e9e06e52efca1e
parent8649ec7c17e1d8065e620f41e3a963f41393b579 (diff)
parent77ff2249e42c1c5261c120d711ae4b6bd33c0789 (diff)
Merge branch 'trigger-build-docs-text' into 'master'
Fix docs URL in trigger-build-docs puts text See merge request gitlab-org/gitlab-ce!30473
-rwxr-xr-xscripts/trigger-build-docs4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/trigger-build-docs b/scripts/trigger-build-docs
index dfc8ee6050a..0fc8f6fbd4b 100755
--- a/scripts/trigger-build-docs
+++ b/scripts/trigger-build-docs
@@ -105,8 +105,8 @@ def trigger_pipeline
puts ""
puts app_url
puts ""
- puts "=> For more information, read the documentation"
- puts "=> https://docs.gitlab.com/ee/development/writing_documentation.html#previewing-the-changes-live"
+ puts "=> For more information, see the documentation"
+ puts "=> https://docs.gitlab.com/ee/development/documentation/index.html#previewing-the-changes-live"
puts ""
puts "=> If something doesn't work, drop a line in the #docs chat channel."
puts ""