aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Kyle Meyer <kyle@kyleam.com>2014-09-04 13:19:58 -0400
committerGravatar Kyle Meyer <kyle@kyleam.com>2014-09-04 13:19:58 -0400
commitaa29484cded39eddc4920d9f6cc1dd36ee9f2faa (patch)
treebcef931d44f0e82ba510d6c61fc247daa5c60e7c /doc
parent37a6ba9191fe4e3a41c842b93a5ed5919accb5ea (diff)
Update magit-annex references in documentation
docs/emacs_integration.mdwn: - The repo has a new home. - Now supports a wider range of features. docs/related_software.mdwn: - Reword. - Change links to source repos.
Diffstat (limited to 'doc')
-rw-r--r--doc/related_software.mdwn4
-rw-r--r--doc/tips/emacs_integration.mdwn4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/related_software.mdwn b/doc/related_software.mdwn
index 0cd7d7fc8..43ffe0597 100644
--- a/doc/related_software.mdwn
+++ b/doc/related_software.mdwn
@@ -11,5 +11,5 @@ designed to interoperate with it.
utility, with a `-A` switch that enables git-annex support.
* Emacs Org mode can auto-commit attached files to git-annex.
* [git annex darktable integration](https://github.com/xxv/darktable-git-annex)
-* Emacs's [Magit mode](http://www.emacswiki.org/emacs/Magit) has
- [magit integration](http://melpa.milkbox.net/?utm_source=dlvr.it&utm_medium=twitter#/magit-annex)
+* [Magit](http://github.com/magit/magit), an Emacs mode for Git, has
+ [an extension](https://github.com/magit/magit-annex) for git annex.
diff --git a/doc/tips/emacs_integration.mdwn b/doc/tips/emacs_integration.mdwn
index 2390474a4..3eeff788a 100644
--- a/doc/tips/emacs_integration.mdwn
+++ b/doc/tips/emacs_integration.mdwn
@@ -21,5 +21,5 @@ file`; otherwise it will "git add" it.
----
-[magit-annex](https://github.com/kyleam/magit-annex) adds magit support
-for a few features, including adding files and syncing.
+[magit-annex](https://github.com/magit/magit-annex) adds git annex
+operations to Magit.