summaryrefslogtreecommitdiffstats
path: root/guides/shell-workshop/index.mdwn
diff options
context:
space:
mode:
authorP. 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)
commit774d3ceac93db89a4b99a4c7565607739b14653b (patch)
tree3ee9b9dee89f089ed125402b4ac0f8aa9989f6c7 /guides/shell-workshop/index.mdwn
parent513ab84f14591ee446e95100b5c3a99624d67539 (diff)
downloadwww-774d3ceac93db89a4b99a4c7565607739b14653b.zip
www-774d3ceac93db89a4b99a4c7565607739b14653b.tar.gz
www-774d3ceac93db89a4b99a4c7565607739b14653b.tar.bz2
Update cgit URLs.
Diffstat (limited to 'guides/shell-workshop/index.mdwn')
-rw-r--r--guides/shell-workshop/index.mdwn4
1 files changed, 2 insertions, 2 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
=========