Fix more broken links in docs 💐

This commit is contained in:
Jorge Bucaran 2016-04-23 14:34:29 +09:00
parent 9fcbd560d8
commit a6ece19067
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
3 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ fisher help z
### 1. What fish version is required?
fisherman was built for fish >= 2.3.0. If you are using 2.2.0, append the following code to your `~/.config/fish/config.fish` for [snippet](#12-what-is-a-plugin) support.
fisherman was built for fish >= 2.3.0. If you are using 2.2.0, append the following code to your `~/.config/fish/config.fish` for [snippet](#10-what-is-a-plugin) support.
```fish
for file in ~/.config/fish/conf.d/*.fish

View file

@ -131,7 +131,7 @@ fisher help z
### 1. ¿Qué versión de fish se requiere?
fisherman fue diseñado para fish >= 2.3.0. Si estás en 2.2.0 y no puedes actualizarte por algún motivo, añade este código a `~/.config/fish/config.fish` para poder ejecutar [snippets](#13-qué-es-un-paquete).
fisherman fue diseñado para fish >= 2.3.0. Si estás en 2.2.0 y no puedes actualizarte por algún motivo, añade este código a `~/.config/fish/config.fish` para poder ejecutar [snippets](#10-qué-es-un-paquete).
```fish
for file in ~/.config/fish/conf.d/*.fish

View file

@ -75,7 +75,7 @@ fisher https://gist.github.com/username/1f40e1c6e0551b2666b2
fisher ~/my_aliases
```
使用 vundle(https://github.com/VundleVim/Vundle.vim) 的方式安装插件,编辑你的 fishfile 并运行 `fisher` 去安装插件。
使用 [vundle](https://github.com/VundleVim/Vundle.vim) 的方式安装插件,编辑你的 fishfile 并运行 `fisher` 去安装插件。
> [什么是 fishfile 以及如何使用它?](#7-什么是-fishfile-以及如何使用它)