summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-31 02:17:51 -0400
committerJune McEnroe <june@causal.agency>2020-05-31 02:17:51 -0400
commitcdd81f368de8988efd9c018df1b29e8d10f03ae3 (patch)
tree0bbe48151b9b7c13a5691e5d2e2767ba572e6e5c /www
parentRemove unfinished PSF fonts (diff)
downloadsrc-cdd81f368de8988efd9c018df1b29e8d10f03ae3.tar.gz
src-cdd81f368de8988efd9c018df1b29e8d10f03ae3.zip
Update mdoc source URLs
Diffstat (limited to 'www')
-rw-r--r--www/text.causal.agency/001-make.72
-rw-r--r--www/text.causal.agency/002-writing-mdoc.72
-rw-r--r--www/text.causal.agency/003-pleasant-c.72
-rw-r--r--www/text.causal.agency/004-uloc.72
-rw-r--r--www/text.causal.agency/005-testing-c.76
5 files changed, 4 insertions, 10 deletions
diff --git a/www/text.causal.agency/001-make.7 b/www/text.causal.agency/001-make.7
index 51a702cf..b4805729 100644
--- a/www/text.causal.agency/001-make.7
+++ b/www/text.causal.agency/001-make.7
@@ -156,4 +156,4 @@ clean:
 This document is produced from
 .Xr mdoc 7
 source available from
-.Lk https://code.causal.agency/june/src/src/branch/master/www/text.causal.agency "Code Toilet"
+.Lk https://git.causal.agency/src/tree/www/text.causal.agency
diff --git a/www/text.causal.agency/002-writing-mdoc.7 b/www/text.causal.agency/002-writing-mdoc.7
index 15fdf89f..b377d364 100644
--- a/www/text.causal.agency/002-writing-mdoc.7
+++ b/www/text.causal.agency/002-writing-mdoc.7
@@ -135,4 +135,4 @@ as you can see here.
 This document is produced from
 .Xr mdoc 7
 source available from
-.Lk https://code.causal.agency/june/src/src/branch/master/www/text.causal.agency "Code Toilet"
+.Lk https://git.causal.agency/src/tree/www/text.causal.agency
diff --git a/www/text.causal.agency/003-pleasant-c.7 b/www/text.causal.agency/003-pleasant-c.7
index 538f1c07..16030b7e 100644
--- a/www/text.causal.agency/003-pleasant-c.7
+++ b/www/text.causal.agency/003-pleasant-c.7
@@ -110,7 +110,7 @@ while (0 < (opt = getopt(argc, argv, "h:w:"))) {
 This document is produced from
 .Xr mdoc 7
 source available from
-.Lk https://code.causal.agency/june/src/src/branch/master/www/text.causal.agency "Code Toilet"
+.Lk https://git.causal.agency/src/tree/www/text.causal.agency
 .
 .Sh CAVEATS
 This isn't meant to be advice.
diff --git a/www/text.causal.agency/004-uloc.7 b/www/text.causal.agency/004-uloc.7
index df907eb7..edd78d80 100644
--- a/www/text.causal.agency/004-uloc.7
+++ b/www/text.causal.agency/004-uloc.7
@@ -56,7 +56,7 @@ to read all of your code sorted alphabetically.
 This document is produced from
 .Xr mdoc 7
 source available from
-.Lk https://code.causal.agency/june/src/src/branch/master/www/text.causal.agency "Code Toilet"
+.Lk https://git.causal.agency/src/tree/www/text.causal.agency
 .
 .Sh CAVEATS
 Estimates such as these
diff --git a/www/text.causal.agency/005-testing-c.7 b/www/text.causal.agency/005-testing-c.7
index 964e22bc..d0c636ff 100644
--- a/www/text.causal.agency/005-testing-c.7
+++ b/www/text.causal.agency/005-testing-c.7
@@ -69,11 +69,5 @@ contains a useful line number
 and the expected output
 rather than just variable names.
 .
-.Pp
-For a real example,
-check
-.Lk https://code.causal.agency/june/catgirl/src/branch/master/term.c term.c
-from my IRC client project.
-.
 .Sh AUTHORS
 .An Mt june@causal.agency