From ee712491044d9f41e56d80f1fc82317299f03cf0 Mon Sep 17 00:00:00 2001 From: Nicolas Canceill Date: Mon, 27 Apr 2015 11:32:46 +0200 Subject: [PATCH] Fix links --- Plugin:git.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Plugin:git.md b/Plugin:git.md index 79d66e8..55f2bcb 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -1,8 +1,8 @@ # The `git` plugin -The `git` [plugin](Plugins#git) provides many [aliases](#Aliases) and a few useful [functions](Functions). +The [`git` plugin](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/git) provides many [aliases](#Aliases) and a few useful [functions](#Functions). -Enable it by adding `git` to the [`plugins` array](https://github.com/robbyrussell/oh-my-zsh/blob/master/templates/zshrc.zsh-template#L51) before sourcing OMZ. +Enable it by adding `git` to the [`plugins` array](https://github.com/robbyrussell/oh-my-zsh/blob/master/templates/zshrc.zsh-template#L48) before sourcing OMZ (see [[Plugins]]). ## Aliases @@ -106,4 +106,3 @@ These features allow to pause a branch development and switch to another one (_" * `gunwip` > Uncommit wip branch -