From f89738c951aea53d6f3273ded052bbb5d6864f14 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 15 Sep 2016 21:22:34 +0100 Subject: [PATCH] Link to explanations of the -n flag of each shell as best as we can. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae3db78..9f09e0a 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ name. That seems to be the fairest way to arrange this table. | Language | Tools | | -------- | ----- | -| Bash | -n flag | -| Bourne Shell | -n flag | +| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) | +| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) | | JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/) | | Python | [flake8](http://flake8.pycqa.org/en/latest/) | | Ruby | [rubocop](https://github.com/bbatsov/rubocop) |