summaryrefslogtreecommitdiffstats
path: root/Documentation/howto-contribute.txt
diff options
context:
space:
mode:
authorSami Kerola2013-11-10 21:06:10 +0100
committerKarel Zak2013-11-12 11:47:57 +0100
commitd8a9b907563ee1ee195d1d5afc2d624dba5f33d0 (patch)
tree2cf75614d3d1eb2f38c2d892dab2375f2fb0a516 /Documentation/howto-contribute.txt
parentdocs: add patching process to howto-contribute.txt (diff)
downloadkernel-qcow2-util-linux-d8a9b907563ee1ee195d1d5afc2d624dba5f33d0.tar.gz
kernel-qcow2-util-linux-d8a9b907563ee1ee195d1d5afc2d624dba5f33d0.tar.xz
kernel-qcow2-util-linux-d8a9b907563ee1ee195d1d5afc2d624dba5f33d0.zip
docs: update links to http://git.kernel.org/ web repository views
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'Documentation/howto-contribute.txt')
-rw-r--r--Documentation/howto-contribute.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto-contribute.txt b/Documentation/howto-contribute.txt
index 5f4531eb3..a638a1db5 100644
--- a/Documentation/howto-contribute.txt
+++ b/Documentation/howto-contribute.txt
@@ -82,7 +82,7 @@ Coding style
* the preferred coding style is based on the linux kernel
Documentation/CodingStyle. For more details see:
- http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/CodingStyle
+ http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/CodingStyle
* Use `FIXME:' and a good description if want to inform others
something is not quite right, and you are unwilling to fix the