From 10cf023ffaa7276772ceb116b9e2a0f328f2de26 Mon Sep 17 00:00:00 2001 From: Russ Garrett Date: Mon, 27 Jan 2025 21:42:31 +0000 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d28066..1f8558e8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The website build process will attempt to automatically geocode (lookup coordina How to hack on this website --------------------------- -While the website is written in Flask, at [build time](./workflows/build.yml) it's converted into a static site using the highly sophisticated method of `wget` - this happens every hour as long as Github Actions is working. If you add a new page, it needs to be linked from somewhere for the wget crawl to pick it up. +While the website is written in Flask, at [build time](./.github/workflows/build.yml) it's converted into a static site using the highly sophisticated method of `wget` - this happens every hour as long as Github Actions is working. If you add a new page, it needs to be linked from somewhere for the wget crawl to pick it up. To edit: * Install [uv](https://docs.astral.sh/uv/)