diff options
author | Brian Cully <bjc@kublai.com> | 2022-09-23 12:07:18 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-09-23 12:07:18 -0400 |
commit | a3394e86838124a574b61ca3f0b156b75540a8a2 (patch) | |
tree | f67d6e108e235591db222d471dc427ec44650445 | |
parent | 9cee7f27c0904a508311dc3206cdc3ea027420fc (diff) | |
download | tramp-docker-a3394e86838124a574b61ca3f0b156b75540a8a2.tar.gz tramp-docker-a3394e86838124a574b61ca3f0b156b75540a8a2.zip |
Update link to repo in customization group.
Don't reference github, since we're not hosted there.
-rw-r--r-- | tramp-docker.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tramp-docker.el b/tramp-docker.el index 432b5b8..77fea11 100644 --- a/tramp-docker.el +++ b/tramp-docker.el @@ -53,7 +53,7 @@ "Tramp integration for Docker containers." :prefix "tramp-docker-" :group 'applications - :link '(url-link :tag "Github" "https://git.spork.org/tramp-docker") + :link '(url-link :tag "repo" "https://git.spork.org/tramp-docker.git") :link '(emacs-commentary-link :tag "Commentary" "tramp-docker")) (defcustom tramp-docker-program "docker" |