branch: elpa/with-editor
commit 96356c4d221dda4e6a3b7195ea439f1fdd428a15
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Update links to manuals
---
 .github/ISSUE_TEMPLATE/config.yml | 4 ++--
 docs/htmlxref.cnf                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
index 6cf96bc97f0..adf39417f9a 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -10,8 +10,8 @@ contact_links:
     url: https://github.com/magit/with-editor/discussions
     about: Please keep in mind that our bandwidth is limited.
   - name: "😢 \"I am unable to commit with Magit\""
-    url: https://magit.vc/manual/with-editor/Debugging.html
+    url: https://docs.magit.vc/with-editor/Debugging.html
     about: Others might have had the same question before.
   - name: "ℹ️ With-Editor Manual"
-    url: https://magit.vc/manual/with-editor/#Top
+    url: https://docs.magit.vc/with-editor/#Top
     about: The fine manual may also be of use.
diff --git a/docs/htmlxref.cnf b/docs/htmlxref.cnf
index 54c3421ce44..a20747c20e5 100644
--- a/docs/htmlxref.cnf
+++ b/docs/htmlxref.cnf
@@ -15,7 +15,7 @@ emacs         mono    ${EMACS}/html_mono/emacs.html
 emacs          node    ${EMACS}/html_node/emacs/
 
 
-MAGIT = https://magit.vc/manual
+MAGIT = https://docs.magit.vc
 
 forge          mono    ${MAGIT}/forge.html
 forge          node    ${MAGIT}/forge/

Reply via email to