[PATCH] Mention html doc location http://www.kernel.org in DESCRIPTION
From: Jari Aalto <hidden>
Date: 2016-06-15 22:43:07
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
Signed-off-by: Jari Aalto <redacted>
---
While reading the manual page under console, the page is rendered
like below. The problem is than REFERENCES do not include canonical
URL to the root where to reach the mentioned pages.
DESCRIPTION
Git is a fast, scalable, distributed revision control system
with an unusually rich command set that provides both
high-level operations and full access to internals.
See this [1]tutorial to get started, then see [2]Everyday Git
for a useful minimum set of
[...]
REFERENCES
1. tutorial
tutorial.html
Documentation/git.txt | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Documentation/git.txt b/Documentation/git.txt
index c5d02da..c3e1afe 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt@@ -18,7 +18,7 @@ Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals. -See this link:tutorial.html[tutorial] to get started, then see +See[*] link:tutorial.html[tutorial] to get started, then see link:everyday.html[Everyday Git] for a useful minimum set of commands, and "man git-commandname" for documentation of each command. CVS users may also want to read link:cvs-migration.html[CVS migration].
@@ -29,6 +29,8 @@ in a coherent way to git enlightenment ;-). The COMMAND is either a name of a Git command (see below) or an alias as defined in the configuration file (see gitlink:git-config[1]). +[*] http://www.kernel.org/pub/software/scm/git/docs/ + ifdef::stalenotes[] [NOTE] ============
--
1.5.1.2.GIT