diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-05-23 17:02:30 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-24 07:30:55 -0700 |
commit | ef0eba477eeb424db97a162eb3a8c887b9c619df (patch) | |
tree | 6bfb0f3b7d835406df5bb27f11b03ed00f546472 /Documentation/development-process/7.AdvancedTopics | |
parent | 0af76d950e69725dec55dc9735a37f9f9116f07f (diff) |
Documentation/development-process: add maintainers and git info
Add info on maintainers and persistent posting.
Update git home page.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/development-process/7.AdvancedTopics')
-rw-r--r-- | Documentation/development-process/7.AdvancedTopics | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/development-process/7.AdvancedTopics b/Documentation/development-process/7.AdvancedTopics index a2cf74093aa..837179447e1 100644 --- a/Documentation/development-process/7.AdvancedTopics +++ b/Documentation/development-process/7.AdvancedTopics @@ -25,7 +25,7 @@ long document in its own right. Instead, the focus here will be on how git fits into the kernel development process in particular. Developers who wish to come up to speed with git will find more information at: - http://git.or.cz/ + http://git-scm.com/ http://www.kernel.org/pub/software/scm/git/docs/user-manual.html |