Fix broken links in docs.

This commit is contained in:
Jorge Bucaran 2016-04-23 14:32:01 +09:00
parent 9047bde4ac
commit 9fcbd560d8
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30
4 changed files with 6 additions and 6 deletions

View file

@ -77,7 +77,7 @@ fisher ~/my_aliases
Use it a la vundle. Edit your fishfile and run `fisher` to satisfy changes.
> [What is a fishfile and how do I use it?](#9-what-is-a-fishfile-and-how-do-i-use-it)
> [What is a fishfile and how do I use it?](#7-what-is-a-fishfile-and-how-do-i-use-it)
```sh
$EDITOR fishfile # add plugins

View file

@ -77,7 +77,7 @@ fisher ~/my_aliases
A la vundle. Edita el fishfile y entra `fisher` para satisfacer los cambios.
> [¿Qué es el fishfile y cómo lo utilizo?](#9-qué-es-el-fishfile-y-cómo-lo-uso)
> [¿Qué es el fishfile y cómo lo utilizo?](#7-qué-es-el-fishfile-y-cómo-lo-uso)
```sh
$EDITOR fishfile # añade paquetes

View file

@ -77,7 +77,7 @@ fisher ~/my_aliases
vundleのように、「fishfile」というファイルに、プラグインたちを打って、`fisher`を入力すると、インストールされる。
> [fishfileとは](#9-fishfileとは)
> [fishfileとは](#7-fishfileとは)
```sh
$EDITOR fishfile # プラグインを入れる
@ -131,7 +131,7 @@ fisher help z
### 1. fishの必要なバージョンとは
fish >= 2.3.0は必要です。まだ2.2.0を利用中であれば、[snippets](#13-プラグインとは?)の対応のため、次のコードを`~/.config/fish/config.fish`に書いてください。
fish >= 2.3.0は必要です。まだ2.2.0を利用中であれば、[snippets](#10-プラグインとは)の対応のため、次のコードを`~/.config/fish/config.fish`に書いてください。
```fish
for file in ~/.config/fish/conf.d/*.fish

View file

@ -77,7 +77,7 @@ fisher ~/my_aliases
使用 vundle(https://github.com/VundleVim/Vundle.vim) 的方式安装插件,编辑你的 fishfile 并运行 `fisher` 去安装插件。
> [什么是 fisherfile 以及如何使用它?](#9-什么是-fishfile-以及如何使用它)
> [什么是 fishfile 以及如何使用它?](#7-什么是-fishfile-以及如何使用它)
```sh
$EDITOR fishfile # add plugins
@ -131,7 +131,7 @@ fisher help z
### 1. fish 的版本要求多少?
fisherman 要求 2.2.0 及以上版本的 fish。如果你不能更新你的 fish 版本,你可以写入以下[代码片段](#12-什么是一个插件)到你的 `~/.config/fish/config.fish`
fisherman 要求 2.3.0 及以上版本的 fish。如果你不能更新你的 fish 版本,你可以写入以下[代码片段](#10-什么是一个插件)到你的 `~/.config/fish/config.fish`
```fish
for file in ~/.config/fish/conf.d/*.fish