x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit 726ec38427c10c5fa15b5aa0508ee4a907ae88ef
parent 3ca6d912002035c57d9310c93ee9b9cfce30d8e7
Author: Oliver Lowe <o@olowe.co>
Date:   Wed, 16 Jul 2025 19:29:04 +0700

hnatom: link to Hacker News API README directly

Why load the whole Github web page just to get this text

Diffstat:
Msrc/hnatom/hnatom.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hnatom/hnatom.go b/src/hnatom/hnatom.go @@ -8,7 +8,7 @@ // // See also the [Hacker News API]. // -// [Hacker News API]: https://github.com/HackerNews/API +// [Hacker News API]: https://raw.githubusercontent.com/HackerNews/API/refs/heads/master/README.md package main import (