diff options
author | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-04-11 01:52:42 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-04-11 01:52:42 +0000 |
commit | 6f36f1e891ab2c55aafe85740ad492a8b95b883d (patch) | |
tree | bdc2f2276fc41211b03d576a7a318af0c5065a3d /doc/development/contributing | |
parent | 8a8382641c8fbc28db9e093e9ea2a26d685e6b47 (diff) | |
download | gitlab-ce-6f36f1e891ab2c55aafe85740ad492a8b95b883d.tar.gz |
Clarify "Shell commands" link title in style guide doc
Diffstat (limited to 'doc/development/contributing')
-rw-r--r-- | doc/development/contributing/style_guides.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/contributing/style_guides.md b/doc/development/contributing/style_guides.md index 45104a1f91d..f319d00d7fe 100644 --- a/doc/development/contributing/style_guides.md +++ b/doc/development/contributing/style_guides.md @@ -10,7 +10,7 @@ 1. [Testing][testing] 1. [JavaScript styleguide][js-styleguide] 1. [SCSS styleguide][scss-styleguide] -1. [Shell commands](../shell_commands.md) created by GitLab +1. [Shell commands (Ruby)](../shell_commands.md) created by GitLab contributors to enhance security 1. [Database Migrations](../migration_style_guide.md) 1. [Markdown](http://www.cirosantilli.com/markdown-styleguide) |