From 72b5231876f618e229210c4b44a963c006fac22c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabian=20W=C3=BCrfl?= <fabian.wuerfl@gmx.at>
Date: Tue, 15 Aug 2017 21:21:06 +0200
Subject: [PATCH] Doc: Add missing link to fishshell

---
 manual/src/ch03-01-implicitcd.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/manual/src/ch03-01-implicitcd.md b/manual/src/ch03-01-implicitcd.md
index ad15e245..742c0fdf 100644
--- a/manual/src/ch03-01-implicitcd.md
+++ b/manual/src/ch03-01-implicitcd.md
@@ -1,6 +1,7 @@
 # Implicit `cd`
 
-Like the [Friendly Interactive Shell](), Ion also supports executing the `cd` command automatically
+Like the [Friendly Interactive Shell](https://fishshell.com/), Ion also supports
+executing the `cd` command automatically
 when given a path. Paths are denoted by beginning with `.`/`/`/`~`, or ending with `/`.
 
 ```ion
-- 
GitLab