branch: elpa/magit
commit e287399c0a203847c7732b7076cc1fe3f5458624
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Update links to manuals
---
 .github/CONTRIBUTING.md              | 4 ++--
 .github/ISSUE_TEMPLATE/bug_report.md | 2 +-
 .github/ISSUE_TEMPLATE/config.yml    | 4 ++--
 CHANGELOG                            | 8 ++++----
 README.md                            | 8 ++++----
 docs/RelNotes/3.3.0.org              | 2 +-
 docs/htmlxref.cnf                    | 2 +-
 docs/magit.org                       | 2 +-
 docs/magit.texi                      | 2 +-
 9 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 7a171e5fb88..9d2e1e71698 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -5,8 +5,8 @@ the appropriate guidelines before getting in contact. &mdash; 
Thanks!
 - 🪳 [How to report a 
bug](https://github.com/magit/magit/wiki/How-to-report-a-bug)
 - 💡 [How to suggest a feature](https://github.com/magit/magit/discussions/4631)
 - 🏗️ [Pull request 
guidelines](https://github.com/magit/magit/wiki/Pull-request-guidelines)
-- ℹ️ [FAQ](https://magit.vc/manual/magit/FAQ.html)
-- ℹ️ [Manual](https://magit.vc/manual/magit)
+- ℹ️ [FAQ](https://docs.magit.vc/magit/FAQ.html)
+- ℹ️ [Manual](https://docs.magit.vc/magit)
 
 TL;DR We now use discussions for feature requests (not issues) and prefer
 if you ask the community for support instead of the overworked maintainers.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md 
b/.github/ISSUE_TEMPLATE/bug_report.md
index 3fca28c2172..c472127fda0 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -46,6 +46,6 @@ Finally, if that didn't work and you have installed Magit 
from Melpa, then run c
 
 More debugging tools are described in the manual.
 
-    https://magit.vc/manual/magit/Debugging-Tools.html
+    https://docs.magit.vc/magit/Debugging-Tools.html
 
 ---- now delete this line and everything above ----
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
index 1da115ad8f4..3b43af7b570 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -13,8 +13,8 @@ contact_links:
     url: https://github.com/magit/magit/discussions/categories/q-a
     about: Please keep in mind that our bandwidth is limited.
   - name: "ℹ️ Magit FAQ"
-    url: https://magit.vc/manual/magit/FAQ.html
+    url: https://docs.magit.vc/magit/FAQ.html
     about: Others might have had the same question before.
   - name: "ℹ️ Magit Manual"
-    url: https://magit.vc/manual/magit/#Top
+    url: https://docs.magit.vc/magit/#Top
     about: The fine manual may also be of use.
diff --git a/CHANGELOG b/CHANGELOG
index d6588f162c7..d7e69c2d518 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -54,13 +54,13 @@
   Visiting the file in the worktree is very useful, but, instead of
   ~RET~, I recommend using ~C-<return>~ (~magit-diff-visit-worktree-file~).
   The new option ~magit-diff-visit-prefer-worktree~ allows restoring
-  the old behavior.  See 
[[https://magit.vc/manual/magit/Visiting-Files-and-Blobs-from-a-Diff.html][Visiting
 Files and Blobs from a Diff]].
+  the old behavior.  See 
[[https://docs.magit.vc/magit/Visiting-Files-and-Blobs-from-a-Diff.html][Visiting
 Files and Blobs from a Diff]].
 
 - "Blob navigation" is now aware of index blobs.  It is possible to
   navigate between such blobs, and the HEAD blob or the file on disk,
   using the same key bindings used to time travel from one committed
-  blob to another.  See 
[[https://magit.vc/manual/magit/Minor-Mode-for-Buffers-Visiting-Blobs.html][Minor
 Mode for Buffers Visiting Blobs]] and
-  
[[https://magit.vc/manual/magit/Commands-for-Buffers-Visiting-Files.html][Commands
 for Buffers Visiting Files]].
+  blob to another.  See 
[[https://docs.magit.vc/magit/Minor-Mode-for-Buffers-Visiting-Blobs.html][Minor 
Mode for Buffers Visiting Blobs]] and
+  
[[https://docs.magit.vc/magit/Commands-for-Buffers-Visiting-Files.html][Commands
 for Buffers Visiting Files]].
 
 - When quitting a blob-visiting buffer with ~q~, it is no longer
   killed, iff it is being displayed in an additional window.  The
@@ -388,7 +388,7 @@ Bugfixes:
 
 - Argument ~--signoff~ is now available in all menus that create commits.
   However, it is no longer shown in any menu by default.  See the end
-  of 
[[https://magit.vc/manual/transient/Enabling-and-Disabling-Suffixes.html][Enabling
 and Disabling Suffixes]] to learn how to enable it in all
+  of 
[[https://docs.magit.vc/transient/Enabling-and-Disabling-Suffixes.html][Enabling
 and Disabling Suffixes]] to learn how to enable it in all
   menus at once in a single action.  #5297
 
 - Began using the ~##~ macro from the ~llama~ package.  0a64982100
diff --git a/README.md b/README.md
index afd566910ee..cc8c77fcb68 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 <h2 align="center">A Git Porcelain inside Emacs</h2>
 <p align="center">
   <a href="https://magit.vc";><b>homepage</b></a> |
-  <a href="https://magit.vc/manual";><b>manual</b></a> |
-  <a href="https://magit.vc/manual/magit/FAQ.html";><b>faq</b></a> |
+  <a href="https://docs.magit.vc";><b>manual</b></a> |
+  <a href="https://docs.magit.vc/magit/FAQ.html";><b>faq</b></a> |
   <a href="https://github.com/magit/magit/wiki";><b>wiki</b></a> |
   <a href="https://emacs.ch/@tarsius";><b>mastodon</b></a>
 </p>
@@ -102,8 +102,8 @@ the appropriate guidelines before getting in contact. 
&mdash; Thanks!
 - 🪳 [How to report a 
bug](https://github.com/magit/magit/wiki/How-to-report-a-bug)
 - 💡 [How to suggest a feature](https://github.com/magit/magit/discussions/4631)
 - 🏗️ [Pull request 
guidelines](https://github.com/magit/magit/wiki/Pull-request-guidelines)
-- ℹ️ [FAQ](https://magit.vc/manual/magit/FAQ.html)
-- ℹ️ [Manual](https://magit.vc/manual/magit)
+- ℹ️ [FAQ](https://docs.magit.vc/magit/FAQ.html)
+- ℹ️ [Manual](https://docs.magit.vc/magit)
 
 TL;DR We now use discussions for feature requests (not issues) and prefer
 if you ask the community for support instead of the overworked maintainers.
diff --git a/docs/RelNotes/3.3.0.org b/docs/RelNotes/3.3.0.org
index 9132407f7da..47371b42db2 100644
--- a/docs/RelNotes/3.3.0.org
+++ b/docs/RelNotes/3.3.0.org
@@ -35,7 +35,7 @@ Also see https://emacsair.me/2021/10/04/magit-3.3.
 
 - Added ~-Xignore-space-change~ and ~-Xignore-all-space~ to ~magit-merge~.
   Like most newly added expert arguments they have to be explicitly
-  
[[https://magit.vc/manual/transient/Enabling-and-Disabling-Suffixes.html][revealed]].
  #4387
+  
[[https://docs.magit.vc/transient/Enabling-and-Disabling-Suffixes.html][revealed]].
  #4387
 
 - Added new command ~magit-status-quick~, which shows the status buffer
   but avoids refreshing it for performance reasons.  #4259
diff --git a/docs/htmlxref.cnf b/docs/htmlxref.cnf
index 5dd12a0a857..cc394c01ac5 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/
diff --git a/docs/magit.org b/docs/magit.org
index f661ec99f80..ade92a0fe35 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -9470,7 +9470,7 @@ as the defaults for future popups.
 When switching to Transient menus, this functionality is now available
 via ~C-x C-s~ instead; the ~C-x~ prefix has other options as well when
 using Transient, which will be displayed when it is typed.  See
-https://magit.vc/manual/transient/Saving-Values.html#Saving-Values for
+https://docs.magit.vc/transient/Saving-Values.html#Saving-Values for
 more details.
 
 * Debugging Tools
diff --git a/docs/magit.texi b/docs/magit.texi
index 5fa0fb63df2..ad74a924a7f 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -11237,7 +11237,7 @@ as the defaults for future popups.
 When switching to Transient menus, this functionality is now available
 via @code{C-x C-s} instead; the @code{C-x} prefix has other options as well 
when
 using Transient, which will be displayed when it is typed.  See
-@uref{https://magit.vc/manual/transient/Saving-Values.html#Saving-Values} for
+@uref{https://docs.magit.vc/transient/Saving-Values.html#Saving-Values} for
 more details.
 
 @node Debugging Tools

Reply via email to