aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-09-27 20:28:58 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-09-27 20:28:58 +0300
commite81e006896edcad1eac2779b700ee14f765a7b13 (patch)
tree5e2c17adea094d540f5890c5cb83bb2f921a5fba
parentd60b67ff407d380489ac642720b523403a76b333 (diff)
Update a couple of links to the manual
-rw-r--r--README.md2
-rw-r--r--projectile.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bd24cf9..e962aab 100644
--- a/README.md
+++ b/README.md
@@ -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)