summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--www/causal.agency/index.html.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/causal.agency/index.html.in b/www/causal.agency/index.html.in
index 7b07ea50..610cc3a4 100644
--- a/www/causal.agency/index.html.in
+++ b/www/causal.agency/index.html.in
@@ -33,7 +33,7 @@ These are things I've made.
 <p>
 multi-client IRC bouncer
 <p>
-<a href="https://code.causal.agency/june/pounce">code</a>
+<a href="https://git.causal.agency/pounce">git</a>
 
 <h1>torus</h1>
 <p>
@@ -43,7 +43,7 @@ collaborative ASCII art project
 --
 <a href="https://ascii.town/explore.html">explore</a>
 --
-<a href="https://code.causal.agency/june/torus">code</a>
+<a href="https://git.causal.agency/torus">git</a>
 <p>
 <!-- torus.html -->
 
@@ -53,7 +53,7 @@ collaborative ASCII art project
 <p>
 <a href="ssh://play@ascii.town">ssh play@ascii.town</a>
 --
-<a href="https://code.causal.agency/june/play">code</a>
+<a href="https://git.causal.agency/play">git</a>
 <p>
 <!-- play.html -->
 
@@ -63,7 +63,7 @@ artisanal IRC client
 <p>
 <a href="ssh://chat@ascii.town">ssh chat@ascii.town</a>
 --
-<a href="https://code.causal.agency/june/catgirl">code</a>
+<a href="https://git.causal.agency/catgirl">git</a>
 <p>
 <!-- catgirl.html -->
 
@@ -71,7 +71,7 @@ artisanal IRC client
 <p>
 CARDS.DLL loader for SDL
 <p>
-<a href="https://code.causal.agency/june/cards">code</a>
+<a href="https://git.causal.agency/cards">git</a>
 
 <h1>scheme</h1>
 <p>
@@ -79,14 +79,14 @@ earthy terminal colours
 <p>
 <a href="scheme.png">palette</a>
 --
-<a href="bin/scheme.html">code</a>
+<a href="bin/scheme.html">src</a>
 <!-- scheme.html -->
 
 <h1>bin</h1>
 <p>
 little utilities
 <p>
-<a href="bin/">code</a>
+<a href="bin/">src</a>
 
 <h1>text</h1>
 <p>
ebinding some of the cwm defaults to use 4- rather than M-. 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe