Browse code

Fix some broken sourceforge.net links

Looks like there's issues with sourceforge project
pages. Given that sourceforge isn't really what
it used to be, trying to find alternative URLs
where possible.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/07/13 04:51:14
Showing 3 changed files
... ...
@@ -73,7 +73,7 @@ The `boot2docker` command reads its configuration from the `$BOOT2DOCKER_PROFILE
73 73
 
74 74
 This solution increases the volume size by first cloning it, then resizing it
75 75
 using a disk partitioning tool. We recommend
76
-[GParted](http://gparted.sourceforge.net/download.php/index.php). The tool comes
76
+[GParted](https://sourceforge.net/projects/gparted/files/). The tool comes
77 77
 as a bootable ISO, is a free download, and works well with VirtualBox.
78 78
 
79 79
 1. Stop Boot2Docker
... ...
@@ -102,7 +102,7 @@ as a bootable ISO, is a free download, and works well with VirtualBox.
102 102
 
103 103
 5. Download a disk partitioning tool ISO
104 104
 
105
-  To resize the volume, we'll use [GParted](http://gparted.sourceforge.net/download.php/).
105
+  To resize the volume, we'll use [GParted](https://sourceforge.net/projects/gparted/files/).
106 106
   Once you've downloaded the tool, add the ISO to the Boot2Docker VM IDE bus.
107 107
   You might need to create the bus before you can add the ISO.
108 108
 
... ...
@@ -572,7 +572,7 @@ The cache for `RUN` instructions can be invalidated by `ADD` instructions. See
572 572
   For systems that have recent aufs version (i.e., `dirperm1` mount option can
573 573
   be set), docker will attempt to fix the issue automatically by mounting
574 574
   the layers with `dirperm1` option. More details on `dirperm1` option can be
575
-  found at [`aufs` man page](http://aufs.sourceforge.net/aufs3/man.html)
575
+  found at [`aufs` man page](https://github.com/sfjro/aufs3-linux/tree/aufs3.18/Documentation/filesystems/aufs)
576 576
 
577 577
   If your system doesn't have support for `dirperm1`, the issue describes a workaround.
578 578
 
... ...
@@ -51,7 +51,7 @@ common Ethernet switch; no more, no less.
51 51
 How mature is the code providing kernel namespaces and private
52 52
 networking? Kernel namespaces were introduced [between kernel version
53 53
 2.6.15 and
54
-2.6.26](http://lxc.sourceforge.net/index.php/about/kernel-namespaces/).
54
+2.6.26](http://man7.org/linux/man-pages/man7/namespaces.7.html).
55 55
 This means that since July 2008 (date of the 2.6.26 release
56 56
 ), namespace code has been exercised and scrutinized on a large
57 57
 number of production systems. And there is more: the design and