diff options
-rw-r--r-- | doc/misc/tramp.texi | 2 | ||||
-rw-r--r-- | doc/misc/trampver.texi | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index c018033cdab..b4195111d4a 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -59,7 +59,7 @@ local and the remote host, whereas @value{tramp} uses a combination of @command{ssh}/@command{scp}. You can find the latest version of this document on the web at -@uref{https://www.gnu.org/software/tramp/}. +@uref{@value{trampurl}}. @ifhtml The latest release of @value{tramp} is available for diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index aabb2f8acc3..dbebbc36812 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi @@ -9,6 +9,7 @@ @c tramp.el, and the bug report address is auto-frobbed from @c configure.ac. @set trampver 2.5.0-pre +@set trampurl https://www.gnu.org/software/tramp/ @set tramp-bug-report-address tramp-devel@@gnu.org @set emacsver 25.1 |