branch: elpa/clojure-mode
commit f14ad52457166d5bed33994cda869485d598a7dd
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Fix stale function name, version example, and link in CONTRIBUTING.md
    
    The version-info command was renamed to display-version, the example
    version was ancient, and a GitHub link had moved.
---
 CONTRIBUTING.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2eada5b964..26517f69d9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,10 +14,10 @@ do so.
 * Open an issue with a descriptive title and a summary in grammatically 
correct,
   complete sentences.
 * Mention your Emacs version and operating system.
-* Mention `clojure-mode`'s version info (`M-x clojure-mode-version-info`), 
e.g.:
+* Mention `clojure-mode`'s version info (`M-x clojure-mode-display-version`), 
e.g.:
 
 ```el
-clojure-mode (version 2.1.1)
+clojure-mode (version 5.20.0)
 ```
 
 * Include any relevant code to the issue summary.
@@ -50,7 +50,7 @@ See [this article][8] for more details.
 [1]: https://github.com/clojure-emacs/clojure-mode/issues
 [2]: https://gun.io/blog/how-to-github-fork-branch-and-pull-request
 [3]: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
-[4]: https://help.github.com/articles/using-pull-requests
+[4]: 
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
 [5]: 
https://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html
 [6]: https://github.com/clojure-emacs/clojure-mode/blob/master/CHANGELOG.md
 [7]: https://github.com/emacs-eldev/eldev

Reply via email to