From a37e2322f444b3072419bde29f282ce021881f2f Mon Sep 17 00:00:00 2001 From: tempodat <46243210+tempodat@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:15:03 +0300 Subject: [PATCH] Fixed wrong link for webui buildi instructions in README Previous link was just the diff of some random commit about date handling? I'm assuming this is a mistaken paste, changed it to a more appropriate link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fe9b47..422e7d5 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ To track your activities in browsers install the plugin for your browser from The executable can be bundled with a tray icon, ActivityWatch server and, optionally, Web UI (if steps 1-2 are done): -1. Clone and follow the instruction in [ActivityWatch/aw-webui@839366e](https://github.com/ActivityWatch/aw-webui/commit/839366e66f859faadd7f9128de3bea14b25ce4ae) +1. Clone and follow the instructions [here](https://github.com/ActivityWatch/aw-webui#building) to build the "dist" folder, 1. Build the executable with `AW_WEBUI_DIR=/absolute/path/to/dist` and `--features=bundle`.