diff options
author | SeongJae Park <sj38.park@gmail.com> | 2016-01-01 06:54:37 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-01-12 04:26:58 +0300 |
commit | feb4d8887ed9b4d7997247a6f17759234564d553 (patch) | |
tree | 4c749aac0e497fa289d5dcdd3a8c29511c19f710 /Documentation/kernel-docs.txt | |
parent | 9a2885e662bcbdcbc473f207b481c65b8620537b (diff) | |
download | linux-feb4d8887ed9b4d7997247a6f17759234564d553.tar.xz |
Documentation: translations: update linux cross reference link
The old link to source code cross reference does not work now. Though
the link has updated by commit 1d12554f0abbc7d17dce8d1b7b25f4e27555e6d7
("Documentation: HOWTO: update code cross reference link"), there are
few obsolete links yet. This commit update them.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/kernel-docs.txt')
-rw-r--r-- | Documentation/kernel-docs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-docs.txt b/Documentation/kernel-docs.txt index 08913361e054..fe217c1c2f7f 100644 --- a/Documentation/kernel-docs.txt +++ b/Documentation/kernel-docs.txt @@ -631,7 +631,7 @@ between two versions of a file". * Name: "Cross-Referencing Linux" - URL: http://lxr.linux.no/source/ + URL: http://lxr.free-electrons.com/ Keywords: Browsing source code. Description: Another web-based Linux kernel source code browser. Lots of cross references to variables and functions. You can see |