diff options
author | Evan Read <eread@gitlab.com> | 2019-04-11 01:52:42 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-04-11 01:52:42 +0000 |
commit | cfe05a7d3a82d94b4be9704db49714590455980f (patch) | |
tree | bdc2f2276fc41211b03d576a7a318af0c5065a3d | |
parent | 8a8382641c8fbc28db9e093e9ea2a26d685e6b47 (diff) | |
parent | 6f36f1e891ab2c55aafe85740ad492a8b95b883d (diff) | |
download | gitlab-ce-cfe05a7d3a82d94b4be9704db49714590455980f.tar.gz |
Merge branch 'vzagorodny-clarify-shell-cmds-link-title-ce' into 'master'
Clarify "Shell commands" link title in style guide doc
See merge request gitlab-org/gitlab-ce!27241
-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) |