branch: externals/transient
commit ca3f01e1f38bb4b7c334d127b137874a83bc6fa8
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

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

diff --git a/.github/ISSUE_TEMPLATES/config.yml 
b/.github/ISSUE_TEMPLATES/config.yml
index 2945e3f69b..739d6a908a 100644
--- a/.github/ISSUE_TEMPLATES/config.yml
+++ b/.github/ISSUE_TEMPLATES/config.yml
@@ -13,8 +13,8 @@ contact_links:
     url: https://github.com/magit/transient/discussions/categories/q-a
     about: Please keep in mind that our bandwidth is limited.
   - name: "ℹ️ Transient FAQ"
-    url: https://magit.vc/manual/transient/FAQ.html
+    url: https://docs.magit.vc/transient/FAQ.html
     about: Others might have had the same question before.
   - name: "ℹ️ Transient Manual"
-    url: https://magit.vc/manual/transient/#Top
+    url: https://docs.magit.vc/transient/#Top
     about: The fine manual may also be of use.
diff --git a/CHANGELOG b/CHANGELOG
index 40ee80a79d..6aeb1728ab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -582,7 +582,7 @@ Bug fixes:
   which temporarily shows all suffix commands a transient has to
   offer.  This makes it possible to occasionally use more obscure
   commands and arguments, without having to always display them.
-  For more information see 
[[https://magit.vc/manual/transient/Enabling-and-Disabling-Suffixes.html][Enabling
 and Disabling Suffixes]].  #243
+  For more information see 
[[https://docs.magit.vc/transient/Enabling-and-Disabling-Suffixes.html][Enabling
 and Disabling Suffixes]].  #243
 
 The changes described below, only directly affect package authors and
 users who implement their own transients.  If that does not describe
diff --git a/docs/htmlxref.cnf b/docs/htmlxref.cnf
index 54c3421ce4..a20747c20e 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