From 35c01bcba225a1341abf5a96b7fb9fa80715025c Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 1 Oct 2018 00:55:08 -0500 Subject: [PATCH] Fix a capitalization error and add a link I just submitted a PR to fix a few issues in CONTRIBUTING.MD, so I took a few minutes too look over README.md as well. This is the only room for improvement I noticed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df217e3fb..c7e64dbaa 100644 --- a/README.md +++ b/README.md @@ -161,4 +161,4 @@ See the [Guide for Developers](CONTRIBUTING.md). Questions, comments, rants and raves can be posted to the official fish mailing list at or join us on our [gitter.im channel](https://gitter.im/fish-shell/fish-shell) or IRC channel [#fish at irc.oftc.net](https://webchat.oftc.net/?channels=fish). Or use the [fish tag on Stackoverflow](https://stackoverflow.com/questions/tagged/fish) for questions related to fish script and the [fish tag on Superuser](https://superuser.com/questions/tagged/fish) for all other questions (e.g., customizing colors, changing key bindings). -Found a bug? Have an awesome idea? Please open an issue on this github page. +Found a bug? Have an awesome idea? Please [open an issue](https://github.com/fish-shell/fish-shell/issues/new).