branch: elpa/flycheck
commit 97e9638d8d2325096b930d24dc438301f505800c
Merge: 891e11207f 6cfb6b3080
Author: Bozhidar Batsov <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #2158 from flycheck/fix-repo-link
    
    Point package URL to GitHub and add repo links to docs
---
 doc/conf.py | 1 +
 flycheck.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 98afd6a59e..ea111c17d3 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -124,6 +124,7 @@ html_theme_options = {
     'source_repository': 'https://github.com/flycheck/flycheck',
     'source_branch': 'master',
     'source_directory': 'doc/',
+    'top_of_page_buttons': ['view', 'edit'],
 }
 html_static_path = ['_static']
 html_favicon = '_static/favicon.ico'
diff --git a/flycheck.el b/flycheck.el
index e9d665b796..3e667763db 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -8,7 +8,7 @@
 ;; Maintainer: ClĂ©ment Pit-Claudel <[email protected]>
 ;;             fmdkdd <[email protected]>
 ;;             Bozhidar Batsov <[email protected]>
-;; URL: https://www.flycheck.org
+;; URL: https://github.com/flycheck/flycheck
 ;; Keywords: convenience, languages, tools
 ;; Version: 35.0
 ;; Package-Requires: ((emacs "27.1") (seq "2.24"))

Reply via email to