diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-07-08 15:44:50 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-07-08 15:44:50 +0000 |
commit | 77ff2249e42c1c5261c120d711ae4b6bd33c0789 (patch) | |
tree | df7b66186ce75bdb5f0e22369cdc87ff56a79aaa /scripts | |
parent | 8f9fbbebc5c5b679730a14a8aef165954c1099c0 (diff) | |
download | gitlab-ce-77ff2249e42c1c5261c120d711ae4b6bd33c0789.tar.gz |
Fix docs URL in trigger-build-docs puts texttrigger-build-docs-text
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trigger-build-docs | 4 |
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 "" |