commit 2fd938b95f37b4bc8fdafc2773df6a01ba1e3148
parent 307963264c4f839883562c07b6fbfc8e3ebac7fa
Author: Jasper Shovelton <Beanie.github@proton.me>
Date: Sun, 16 Jul 2023 18:30:26 +0100
Update Plan 9 domain
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless.org/coding_style/index.md b/suckless.org/coding_style/index.md
@@ -139,7 +139,7 @@ Headers
* Try to avoid cyclic header inclusion dependencies.
* Instead ensure they are included where and when they are needed.
* Read <https://talks.golang.org/2012/splash.article#TOC_5.>
- * Read <http://plan9.bell-labs.com/sys/doc/comp.html>
+ * Read <http://plan9.io/sys/doc/comp.html>
User Defined Types