summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/howto-publish-a-release.md4
-rw-r--r--doc/ranger.14
-rw-r--r--doc/ranger.pod2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/howto-publish-a-release.md b/doc/howto-publish-a-release.md
index e8d669ce..6bd70047 100644
--- a/doc/howto-publish-a-release.md
+++ b/doc/howto-publish-a-release.md
@@ -37,7 +37,7 @@ Make a release commit
 * [ ] Write changelog entry
 * [ ] Think of a witty commit message
 * [ ] Commit
-* [ ] Tag the signed release with `git tag -a <commit-id>`, using the same
+* [ ] Tag the signed release with `git tag -as vX.Y.Z`, using the same
       commit message as annotation
 * [ ] Push release and tag
 
@@ -73,4 +73,4 @@ Announce the update
 
 Change back to before
 ---------------------
-* [ ] Change `VERSION` in `ranger/__init__.py` back to `master`
+* [ ] Change `__release__` in `ranger/__init__.py` back to `False`
diff --git a/doc/ranger.1 b/doc/ranger.1
index a33252e2..4bbcc60c 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.9.2" "2018-09-09" "ranger manual"
+.TH RANGER 1 "ranger-1.9.2" "2018-09-10" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -1651,7 +1651,7 @@ ranger is maintained with the git version control system.  To fetch a fresh
 copy, run:
 .PP
 .Vb 1
-\& git clone git://git.savannah.nongnu.org/ranger.git
+\& git clone git@github.com:ranger/ranger.git
 .Ve
 .SH "SEE ALSO"
 .IX Header "SEE ALSO"
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 772107e0..637973ac 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -1812,7 +1812,7 @@ GNU General Public License 3 or (at your option) any later version.
 ranger is maintained with the git version control system.  To fetch a fresh
 copy, run:
 
- git clone git://git.savannah.nongnu.org/ranger.git
+ git clone git@github.com:ranger/ranger.git