summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoru <@>2026-03-10 13:09:12 +0200
committeru <@>2026-03-10 13:09:12 +0200
commit42fc36be7be96f48a8189c2190f867aa06079abd (patch)
tree9eaa823f58429b28b92a093b5aa92e742057b305 /src/lib.rs
parent52794f9153186b3033beb4b81ef42d1711a9904d (diff)
a
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c73d61b..bcb6851 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -98,7 +98,9 @@ async fn fetch(req: Request, env: Env, _ctx: Context) -> Result<Response> {
br; br;
"Hosted on "
a href="https://developers.cloudflare.com/workers/" { "Cloudflare Workers" }
- ". Source available once I sort the mess out."
+ ". Source available "
+ a href="https://git.neetlo.li/ataxia/tree" { "here" }
+ "."
}
})
})