diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-21 06:08:25 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-21 06:08:25 +0000 |
commit | 8f306a7dc503ae0fed4acebc528f2bc2030dad83 (patch) | |
tree | 80e62141eab6ff86ea7a184565afb32a650217d9 /doc/development/shell_scripting_guide | |
parent | 76937b2add54d9ecfd1310847e244ac833d90e3b (diff) | |
download | gitlab-ce-8f306a7dc503ae0fed4acebc528f2bc2030dad83.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/shell_scripting_guide')
-rw-r--r-- | doc/development/shell_scripting_guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/shell_scripting_guide/index.md b/doc/development/shell_scripting_guide/index.md index 99cd1b9d67f..c04a4e90e59 100644 --- a/doc/development/shell_scripting_guide/index.md +++ b/doc/development/shell_scripting_guide/index.md @@ -106,7 +106,7 @@ and ignore files starting with a period. To override this, use `-ln` flag to spe NOTE: **Note:** This is a work in progress. -It is an [ongoing effort](https://gitlab.com/gitlab-org/gitlab-foss/issues/64016) to evaluate different tools for the +It is an [ongoing effort](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/64016) to evaluate different tools for the automated testing of shell scripts (like [BATS](https://github.com/bats-core/bats-core)). ## Code Review |