From 3acfb0d9fc03c3b42b8b5d26bdab9549b9f54f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0uppa?= Date: Sat, 28 Nov 2015 01:08:38 +0100 Subject: [PATCH] readme: Fix wrong link to FAQ * The English README.md had a link to FAQ that does not work anymore given that it has been localized to `zh-CN` too. This commit makes sure that the link to FAQ in the English article points to the correct part of the correct file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dba00bf..0fb776f 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Oh My Fish installer places its startup code in your fish config file (`~/.confi ## Startup -Everytime you open a new shell the startup code initializes Oh My Fish installation path and the _config_ path (`~/.config/omf` by default), sourcing the [`init.fish`](init.fish) script afterwards, which autoload packages, themes and your custom init files. For more information check the [FAQ](docs/FAQ.md#what-does-oh-my-fish-do-exactly). +Everytime you open a new shell the startup code initializes Oh My Fish installation path and the _config_ path (`~/.config/omf` by default), sourcing the [`init.fish`](init.fish) script afterwards, which autoload packages, themes and your custom init files. For more information check the [FAQ](docs/en-US/FAQ.md#what-does-oh-my-fish-do-exactly). ## Dotfiles