aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-10-05 22:30:35 -0400
committerMike Frysinger <vapier@gentoo.org>2015-10-05 22:30:35 -0400
commitd9cb012b6f360549398af0fdc3120862f2475b26 (patch)
tree231b74a60b27d521dae8e8bd38a34945e3bbb3ed /examples
parentupdate python requirements to 2.7 (diff)
downloadcatalyst-d9cb012b6f360549398af0fdc3120862f2475b26.tar.gz
catalyst-d9cb012b6f360549398af0fdc3120862f2475b26.tar.bz2
catalyst-d9cb012b6f360549398af0fdc3120862f2475b26.zip
update various URLs
A lot of these have rotted -- like old Gentoo sites now in the wiki. Also switch to https:// whenever possible.
Diffstat (limited to 'examples')
-rw-r--r--examples/README4
-rw-r--r--examples/generic_stage_template.spec2
-rw-r--r--examples/grp_template.spec2
-rw-r--r--examples/livecd-stage1_template.spec2
-rw-r--r--examples/livecd-stage2_template.spec2
-rw-r--r--examples/netboot_template.spec2
-rw-r--r--examples/stage4_template.spec2
-rw-r--r--examples/tinderbox_template.spec2
8 files changed, 9 insertions, 9 deletions
diff --git a/examples/README b/examples/README
index bfd517a5..34507979 100644
--- a/examples/README
+++ b/examples/README
@@ -1,5 +1,5 @@
For further examples, see the releases/weekly/specs directory [1] in
the releng Git repository [2].
-[1]: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=tree;f=releases/weekly/specs;hb=HEAD
-[2]: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=summary
+[1]: https://gitweb.gentoo.org/proj/releng.git/tree/releases/weekly/specs
+[2]: https://gitweb.gentoo.org/proj/releng.git
diff --git a/examples/generic_stage_template.spec b/examples/generic_stage_template.spec
index b43aebe0..367a182f 100644
--- a/examples/generic_stage_template.spec
+++ b/examples/generic_stage_template.spec
@@ -2,7 +2,7 @@
# used to build a stage1, stage2, or stage3 installation tarball
# The subarch can be any of the supported catalyst subarches (like athlon-xp).
-# Refer to "man catalyst" or <http://www.gentoo.org/proj/en/releng/catalyst/>
+# Refer to "man catalyst" or <https://wiki.gentoo.org/wiki/Catalyst>
# for supported subarches
# example:
# subarch: athlon-xp
diff --git a/examples/grp_template.spec b/examples/grp_template.spec
index c3d2c509..71160266 100644
--- a/examples/grp_template.spec
+++ b/examples/grp_template.spec
@@ -2,7 +2,7 @@
# used to build a GRP set
# The subarch can be any of the supported catalyst subarches (like athlon-xp).
-# Refer to "man catalyst" or <http://www.gentoo.org/proj/en/releng/catalyst/>
+# Refer to "man catalyst" or <https://wiki.gentoo.org/wiki/Catalyst>
# for supported subarches
# example:
# subarch: athlon-xp
diff --git a/examples/livecd-stage1_template.spec b/examples/livecd-stage1_template.spec
index a3cd9396..90ae1990 100644
--- a/examples/livecd-stage1_template.spec
+++ b/examples/livecd-stage1_template.spec
@@ -2,7 +2,7 @@
# used to build a livecd-stage1
# The subarch can be any of the supported catalyst subarches (like athlon-xp).
-# Refer to "man catalyst" or <http://www.gentoo.org/proj/en/releng/catalyst/>
+# Refer to "man catalyst" or <https://wiki.gentoo.org/wiki/Catalyst>
# for supported subarches
# example:
# subarch: athlon-xp
diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec
index 49ddcd78..a90b7aac 100644
--- a/examples/livecd-stage2_template.spec
+++ b/examples/livecd-stage2_template.spec
@@ -2,7 +2,7 @@
# used to build a livecd-stage2 iso image
# The subarch can be any of the supported catalyst subarches (like athlon-xp).
-# Refer to "man catalyst" or <http://www.gentoo.org/proj/en/releng/catalyst/>
+# Refer to "man catalyst" or <https://wiki.gentoo.org/wiki/Catalyst>
# for supported subarches
# example:
# subarch: athlon-xp
diff --git a/examples/netboot_template.spec b/examples/netboot_template.spec
index d10b645d..0cffc661 100644
--- a/examples/netboot_template.spec
+++ b/examples/netboot_template.spec
@@ -2,7 +2,7 @@
# used to build a network bootable image
# The subarch can be any of the supported catalyst subarches (like athlon-xp).
-# Refer to "man catalyst" or <http://www.gentoo.org/proj/en/releng/catalyst/>
+# Refer to "man catalyst" or <https://wiki.gentoo.org/wiki/Catalyst>
# for supported subarches
# example:
# subarch: athlon-xp
diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec
index c3a53d50..75aedff8 100644
--- a/examples/stage4_template.spec
+++ b/examples/stage4_template.spec
@@ -2,7 +2,7 @@
# used to build a stage4
# The subarch can be any of the supported catalyst subarches (like athlon-xp).
-# Refer to "man catalyst" or <http://www.gentoo.org/proj/en/releng/catalyst/>
+# Refer to "man catalyst" or <https://wiki.gentoo.org/wiki/Catalyst>
# for supported subarches
# example:
# subarch: athlon-xp
diff --git a/examples/tinderbox_template.spec b/examples/tinderbox_template.spec
index db0dba2b..f1af09c8 100644
--- a/examples/tinderbox_template.spec
+++ b/examples/tinderbox_template.spec
@@ -1,7 +1,7 @@
# generic tinderbox specfile
# The subarch can be any of the supported catalyst subarches (like athlon-xp).
-# Refer to "man catalyst" or <http://www.gentoo.org/proj/en/releng/catalyst/>
+# Refer to "man catalyst" or <https://wiki.gentoo.org/wiki/Catalyst>
# for supported subarches
# example:
# subarch: athlon-xp