diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2018-09-27 20:28:58 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2018-09-27 20:28:58 +0300 |
| commit | e81e006896edcad1eac2779b700ee14f765a7b13 (patch) | |
| tree | 5e2c17adea094d540f5890c5cb83bb2f921a5fba | |
| parent | d60b67ff407d380489ac642720b523403a76b333 (diff) | |
Update a couple of links to the manual
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | projectile.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -64,7 +64,7 @@ You can support my work on Projectile via The instructions that follow are meant to get you from zero to a running Projectile setup in a minute. See the -[official manual](https://projectile.readthedocs.io/en/latest/) for (way) more +[official manual](https://docs.projectile.mx) for (way) more details. ### Installation diff --git a/projectile.el b/projectile.el index f79ad65..ac0dff5 100644 --- a/projectile.el +++ b/projectile.el @@ -75,7 +75,7 @@ :group 'tools :group 'convenience :link '(url-link :tag "GitHub" "https://github.com/bbatsov/projectile") - :link '(url-link :tag "Online Manual" "https://projectile.readthedocs.io/") + :link '(url-link :tag "Online Manual" "https://docs.projectile.mx/") :link '(emacs-commentary-link :tag "Commentary" "projectile")) (defcustom projectile-indexing-method (if (eq system-type 'windows-nt) 'native 'alien) |
