aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2013-05-19 23:59:20 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2013-05-19 23:59:20 +0530
commit92b2c2853219f93d2e56d110ca2a29f97bced5b7 (patch)
treea1b916702166f23deb5db4b22653c347a8e46cba /README.md
parentcc0c44f36bd6eff7d80f4c4380d1e3c943bfa11a (diff)
Updated links to documentation in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d8badb73..f1a34b40 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
-[fish](http://ridiculousfish.com/shell/) - the friendly interactive shell
+[fish](http://fishshell.com/) - the friendly interactive shell
================================================
fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family. fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required.
-For more on fish's design philosophy, see the [design document](http://ridiculousfish.com/shell/user_doc/html/design.html).
+For more on fish's design philosophy, see the [design document](http://fishshell.com/docs/2.0/design.html).
## Quick Start
-fish generally works like other shells, like bash or zsh. A few important differences are documented at <http://ridiculousfish.com/shell/faq.html>
+fish generally works like other shells, like bash or zsh. A few important differences can be found at <http://fishshell.com/tutorial.html> by searching for magic phrase 'unlike other shells'.
-Detailed user documentation is available by running `help` within fish, and also at <http://ridiculousfish.com/shell/user_doc/html/>
+Detailed user documentation is available by running `help` within fish, and also at <http://fishshell.com/docs/2.0/index.html>
## Building