aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Konrad Borowski <x.fix@o2.pl>2014-05-24 14:07:18 +0200
committerGravatar Konrad Borowski <x.fix@o2.pl>2014-05-24 14:07:18 +0200
commit5066710e6054fe6282c0d3f7d7e88a719d2db0f6 (patch)
tree46e19cf77e783d02238332cd19177db293aef06f /README.md
parent451c97f35a4083413370bd2272adc2529e1e12eb (diff)
Use current version documentation links in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 860149e6..e8e00643 100644
--- a/README.md
+++ b/README.md
@@ -3,13 +3,13 @@
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://fishshell.com/docs/2.0/design.html).
+For more on fish's design philosophy, see the [design document](http://fishshell.com/docs/current/design.html).
## Quick Start
-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 the magic phrase 'unlike other shells'.
+fish generally works like other shells, like bash or zsh. A few important differences can be found at <http://fishshell.com/docs/current/tutorial.html> by searching for the magic phrase 'unlike other shells'.
-Detailed user documentation is available by running `help` within fish, and also at <http://fishshell.com/docs/2.0/index.html>
+Detailed user documentation is available by running `help` within fish, and also at <http://fishshell.com/docs/current/index.html>
## Building