diff options
author | SeongJae Park <sj38.park@gmail.com> | 2013-12-06 04:04:42 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-11 02:09:08 -0500 |
commit | 937d9f5511a5507e517ecdbd48ac8185ea78ab7e (patch) | |
tree | c43281341e1ac47d94099c61e3ebcd1715ea165a /Documentation/HOWTO | |
parent | df5e4e8b576108f88f79e5b4c984d51d460d2360 (diff) |
Documentation: HOWTO: Update broken links to tpp
Sites for 'The Perfect Patch' which described on HOWTO
document(kerneltrap.org and userweb.kernel.org) are down.
Change those links to the copy at ozlabs.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/HOWTO')
-rw-r--r-- | Documentation/HOWTO | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/HOWTO b/Documentation/HOWTO index 27faae3e3846..57cf5efb044d 100644 --- a/Documentation/HOWTO +++ b/Documentation/HOWTO | |||
@@ -112,7 +112,7 @@ required reading: | |||
112 | 112 | ||
113 | Other excellent descriptions of how to create patches properly are: | 113 | Other excellent descriptions of how to create patches properly are: |
114 | "The Perfect Patch" | 114 | "The Perfect Patch" |
115 | http://kerneltrap.org/node/3737 | 115 | http://www.ozlabs.org/~akpm/stuff/tpp.txt |
116 | "Linux kernel patch submission format" | 116 | "Linux kernel patch submission format" |
117 | http://linux.yyz.us/patch-format.html | 117 | http://linux.yyz.us/patch-format.html |
118 | 118 | ||
@@ -579,7 +579,7 @@ all time. It should describe the patch completely, containing: | |||
579 | For more details on what this should all look like, please see the | 579 | For more details on what this should all look like, please see the |
580 | ChangeLog section of the document: | 580 | ChangeLog section of the document: |
581 | "The Perfect Patch" | 581 | "The Perfect Patch" |
582 | http://userweb.kernel.org/~akpm/stuff/tpp.txt | 582 | http://www.ozlabs.org/~akpm/stuff/tpp.txt |
583 | 583 | ||
584 | 584 | ||
585 | 585 | ||