summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--elisp/guix-about.el2
-rw-r--r--elisp/guix.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0fd39fb..973409d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ along with Emacs-Guix. If not, see <http://www.gnu.org/licenses/>.
]])
AC_INIT([Emacs-Guix], [0.3.1], [alezost@gmail.com], [emacs-guix],
- [https://github.com/alezost/guix.el])
+ [https://alezost.github.io/guix.el/])
AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT)
diff --git a/elisp/guix-about.el b/elisp/guix-about.el
index cc74a01..5bb47e5 100644
--- a/elisp/guix-about.el
+++ b/elisp/guix-about.el
@@ -57,7 +57,7 @@
,(lambda (button)
(browse-url (button-label button))))
"\nEmacs-Guix: "
- :link ("https://github.com/alezost/guix.el"
+ :link ("https://alezost.github.io/guix.el/"
,(lambda (button)
(browse-url (button-label button))))
"\n\n"
diff --git a/elisp/guix.el b/elisp/guix.el
index 44c31b7..f95b82d 100644
--- a/elisp/guix.el
+++ b/elisp/guix.el
@@ -4,7 +4,7 @@
;; Author: Alex Kost <alezost@gmail.com>
;; Version: 0.3.1
-;; URL: https://github.com/alezost/guix.el
+;; URL: https://alezost.github.io/guix.el/
;; Keywords: tools
;; Package-Requires: ((emacs "24.3") (dash "2.11.0") (geiser "0.8") (bui "1.1.0") (magit-popup "2.1.0"))