From f6d5961edfe693ca47b7eab85bbf6dddd132c43c Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Fri, 7 Aug 2015 11:55:57 -0700 Subject: [PATCH] Fix docs for magit's url and manual changes. --- contrib/!source-control/git/README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/!source-control/git/README.org b/contrib/!source-control/git/README.org index fa7163559..bda64834d 100644 --- a/contrib/!source-control/git/README.org +++ b/contrib/!source-control/git/README.org @@ -26,7 +26,7 @@ This layers adds extensive support for [[http://git-scm.com/][git]]. ** Features: -- git repository management the indispensable [[http://magit.github.io/][magit]] package +- git repository management the indispensable [[http://magit.vc/][magit]] package - [[https://github.com/jtatarik/magit-gitflow][git-flow]] add-on for magit. - quick in buffer history browsing with [[https://github.com/pidu/git-timemachine][git-timemachine]]. - quick in buffer last commit message per line with [[https://github.com/syohex/emacs-git-messenger][git-messenger]] @@ -77,7 +77,7 @@ function, this is the folder where you keep all your git-controlled projects (setq magit-repository-directories '("~/repos/")) #+END_SRC -For more information, see [[https://magit.github.io/master/magit.html#Status][Magit-User-Manual#Status]] +For more information, see [[http://magit.vc/manual/magit.html#Status-buffer][Magit-User-Manual#Status-buffer]] ** Magit SVN plugin @@ -131,7 +131,7 @@ Git commands (start with ~g~): ** Magit -=Spacemacs= uses [[http://magit.github.io/][magit]] to manage Git repositories. +=Spacemacs= uses [[http://magit.vc/][magit]] to manage Git repositories. To open a =status buffer=, type in a buffer of a Git repository: ~SPC g s~