Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

HOWTO: latest lxr url address changed

Hello,

I've noticed that in Document/HOWTO the url address:
http://sosdg.org/~coywolf/lxr/
has changed to
http://users.sosdg.org/~qiyong/lxr/
from the website.

-- qiyong

Signed-off-by: Qi Yong <qiyong@fc-cn.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Qi Yong and committed by
Greg Kroah-Hartman
4db29c17 dda8cc86

+3 -3
+2 -2
Documentation/HOWTO
··· 208 208 Cross-Reference project, which is able to present source code in a 209 209 self-referential, indexed webpage format. An excellent up-to-date 210 210 repository of the kernel code may be found at: 211 - http://sosdg.org/~coywolf/lxr/ 211 + http://users.sosdg.org/~qiyong/lxr/ 212 212 213 213 214 214 The development process ··· 384 384 bugs reported by other people. Not only you will help to make the kernel 385 385 more stable, you'll learn to fix real world problems and you will improve 386 386 your skills, and other developers will be aware of your presence. Fixing 387 - bugs is one of the best ways to earn merit amongst the developers, because 387 + bugs is one of the best ways to get merits among other developers, because 388 388 not many people like wasting time fixing other people's bugs. 389 389 390 390 To work in the already reported bug reports, go to http://bugzilla.kernel.org.
+1 -1
Documentation/SubmittingPatches
··· 560 560 <http://marc.theaimsgroup.com/?l=linux-kernel&m=112112749912944&w=2> 561 561 562 562 Kernel Documentation/CodingStyle: 563 - <http://sosdg.org/~coywolf/lxr/source/Documentation/CodingStyle> 563 + <http://users.sosdg.org/~qiyong/lxr/source/Documentation/CodingStyle> 564 564 565 565 Linus Torvalds's mail on the canonical patch format: 566 566 <http://lkml.org/lkml/2005/4/7/183>