branch: elpa/hyperdrive
commit 21d111e8f9150fe7f287afbff1b637236c4377ce
Author: Adam Porter <[email protected]>
Commit: Joseph Turner <[email protected]>

    Fix: h/gateway-version references
---
 doc/hyperdrive.org | 3 +--
 hyperdrive-menu.el | 2 +-
 hyperdrive.el      | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/hyperdrive.org b/doc/hyperdrive.org
index 4f3a41bab4..8c8e2577ed 100644
--- a/doc/hyperdrive.org
+++ b/doc/hyperdrive.org
@@ -1209,8 +1209,7 @@ If you run into issues, please first try resetting the 
values of
 # TODO: Update the next paragraph to mention install/upgrade command and omit 
version numbers.
 
 Please ensure that your version of ~hyper-gateway-ushin~ (~M-x
-hyperdrive-hyper-gateway-ushin-version~) is version `3.8.0` ([download
-from
+hyperdrive-gateway-version~) is version `3.8.0` ([download from
 Codeberg](https://codeberg.org/USHIN/hyper-gateway-ushin/releases/tag/v3.8.0)
 or [download from
 SourceHut](https://git.sr.ht/~ushin/hyper-gateway-ushin/refs/v3.8.0)).
diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el
index 87b2eb7164..ca581d4917 100644
--- a/hyperdrive-menu.el
+++ b/hyperdrive-menu.el
@@ -214,7 +214,7 @@
      :transient t)
     ("G S" "Stop" h/stop
      :transient t)
-    ("G v" "Version" h/hyper-gateway-ushin-version
+    ("G v" "Version" h/gateway-version
      :transient t)]
    ["Bookmark"
     ("b j" "Jump" h/bookmark-jump)
diff --git a/hyperdrive.el b/hyperdrive.el
index 24bbf2ea19..8477f3fc72 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -816,7 +816,7 @@ The return value of this function is the retrieval buffer."
       :help "Start hyper-gateway-ushin"]
      ["Stop Gateway" h/stop
       :help "Stop hyper-gateway-ushin"]
-     ["Gateway version" h/hyper-gateway-ushin-version
+     ["Gateway version" h/gateway-version
       :help "Say hyper-gateway-ushin version"])
     "---"
     ["Open URL" h/open-url

Reply via email to