diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-11-13 22:34:34 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-11-13 22:34:34 +0100 |
| commit | ca3f01e1f38bb4b7c334d127b137874a83bc6fa8 (patch) | |
| tree | a2aabae337ffdb35a24491b52b6467fccc281867 | |
| parent | 5dce14b92d459c66367541af6b2a8f45f103f54f (diff) | |
Update links to manuals
| -rw-r--r-- | .github/ISSUE_TEMPLATES/config.yml | 4 | ||||
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | 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 2945e3f..739d6a9 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. @@ -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 54c3421..a20747c 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/ |
