diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-30 15:10:30 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-30 15:10:30 (EDT) |
commit | 774d3ceac93db89a4b99a4c7565607739b14653b (patch) | |
tree | 3ee9b9dee89f089ed125402b4ac0f8aa9989f6c7 | |
parent | 513ab84f14591ee446e95100b5c3a99624d67539 (diff) | |
download | www-774d3ceac93db89a4b99a4c7565607739b14653b.zip www-774d3ceac93db89a4b99a4c7565607739b14653b.tar.gz www-774d3ceac93db89a4b99a4c7565607739b14653b.tar.bz2 |
Update cgit URLs.
-rw-r--r-- | guides/shell-workshop/index.mdwn | 4 | ||||
-rwxr-xr-x | includes/footer.html | 2 | ||||
-rw-r--r-- | projects/cgol/index.mdwn | 2 | ||||
-rw-r--r-- | projects/index.mdwn | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/guides/shell-workshop/index.mdwn b/guides/shell-workshop/index.mdwn index 6e4c575..e670bfa 100644 --- a/guides/shell-workshop/index.mdwn +++ b/guides/shell-workshop/index.mdwn @@ -62,11 +62,11 @@ At the end of the workshop, I showed the following example shell scripts: * [`which` of debianutils][debianutils-which] (an implementation of [a program available][which] on many UNIX-like operating systems), notable for its use of the internal field separator (IFS) to parse the `PATH` variable - * [`opkbuild`][opkbuild] of opkhelper (a set of scripts I wrote) + * [`opkbuild`][opkbuild] [debianutils-which]: http://anonscm.debian.org/gitweb/?p=users/clint/debianutils.git;a=blob;f=which;hb=1b1dfee67e9ddd9dfe9171ac347e5000f4deab8a [which]: https://en.wikipedia.org/wiki/Which_%28Unix%29 -[opkbuild]: http://odin1.pehjota.net/git/opkhelper/tree/src/opkbuild.sh +[opkbuild]: http://git.proteanos.com/opkbuild/opkbuild.git/tree/src/opkbuild.sh Copyright ========= diff --git a/includes/footer.html b/includes/footer.html index 1d5df52..bbf9856 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -19,7 +19,7 @@ </p> <!--#config timefmt="%Y-%m-%d %H:%M:%S UTC%z" --> <p class="web-site">This Web site is - <a href="http://odin1.pehjota.net/git/pehjota.net/">managed with + <a href="http://git.pehjota.net/www/www.git/">managed with Git</a>.<br> <a href="<!--#echo var="DOCUMENT_BASE" -->/server.html">About this server</a> </p> diff --git a/projects/cgol/index.mdwn b/projects/cgol/index.mdwn index 7bec380..58572f5 100644 --- a/projects/cgol/index.mdwn +++ b/projects/cgol/index.mdwn @@ -14,7 +14,7 @@ Getting cgol ============ Download or browse the repository hosted on this server: -<<http://odin1.pehjota.net/git/cgol/>> +<<http://git.pehjota.net/games/cgol.git/>> You may share and modify this software under the terms of the GNU General Public License, version 3 or later. See "COPYING" in the source tree for details. diff --git a/projects/index.mdwn b/projects/index.mdwn index 4a0c664..70c5ca3 100644 --- a/projects/index.mdwn +++ b/projects/index.mdwn @@ -74,8 +74,8 @@ A simple event-based capture tool for human interface devices. A collection of scripts to manage hosted users, domains, Web roots, and mailboxes. -[testbuild](http://odin1.pehjota.net/git/testbuild/) ----------------------------------------------------- +[testbuild](http://git.pehjota.net/dev/testbuild.git/) +------------------------------------------------------ A simple script to automate build testing for software managed with Git. |