aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-02-17 16:45:57 -0800
committerClawd <ai@clawd.bot>2026-02-17 16:45:57 -0800
commit84709fd67c02058334519ebee9c110f68b33d9b4 (patch)
tree20b9a97b631baf70edfa64933597bee3ec32f259
parent1ef70dde6dcf12a4e00fcf68acd46eade37f2b04 (diff)
Link to about tab on codehost
-rw-r--r--website/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html
index 194841d..d90af65 100644
--- a/website/index.html
+++ b/website/index.html
@@ -176,7 +176,7 @@ relay.Publish(ctx, event)</code></pre>
176 <p>This is a minimal core library. It implements NIP-01 and the basics. It doesn't implement every NIP, handle connection pooling, or manage relay discovery. Build that yourself, or don't.</p> 176 <p>This is a minimal core library. It implements NIP-01 and the basics. It doesn't implement every NIP, handle connection pooling, or manage relay discovery. Build that yourself, or don't.</p>
177 177
178 <footer> 178 <footer>
179 <a href="https://code.northwest.io/nostr.git/">source</a> · MIT 179 <a href="https://code.northwest.io/nostr.git/about/">source</a> · MIT
180 </footer> 180 </footer>
181</body> 181</body>
182</html> 182</html>