summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
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" }
+ "."
}
})
})