]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update links to http://git.kernel.org/ web repository views
authorSami Kerola <kerolasa@iki.fi>
Sun, 10 Nov 2013 20:06:10 +0000 (20:06 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 12 Nov 2013 10:47:57 +0000 (11:47 +0100)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Documentation/howto-contribute.txt
README
include/blkdev.h

index 5f4531eb32e155ce121f3a039ec8b76c9e954e0d..a638a1db585a99fdfb72d45d66fe5d4f90b5e4e4 100644 (file)
@@ -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
diff --git a/README b/README
index 6dc51990a5dec2b203c4b7e57b6f7d2fa056370a..431c81b4352cc716f8ec9684be79c5c428234dc9 100644 (file)
--- a/README
+++ b/README
@@ -19,7 +19,7 @@ DOWNLOAD:
 SOURCE CODE:
 
       Web interface:
-          http://git.kernel.org/?p=utils/util-linux/util-linux.git
+          http://git.kernel.org/cgit/utils/util-linux/util-linux.git
           https://github.com/karelzak/util-linux
       Checkout:
           git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux
index ade08878d02ea20bfad3ee9ed5c33bfbc578b37d..5a5777ba34825958e4fd70b1b43040ee2a48e513 100644 (file)
@@ -122,7 +122,7 @@ int blkdev_is_cdrom(int fd);
 int blkdev_get_geometry(int fd, unsigned int *h, unsigned int *s);
 
 /* SCSI device types.  Copied almost as-is from kernel header.
- * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=include/scsi/scsi.h */
+ * http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/include/scsi/scsi.h */
 #define SCSI_TYPE_DISK                 0x00
 #define SCSI_TYPE_TAPE                 0x01
 #define SCSI_TYPE_PRINTER              0x02