From 1dddd673f196cd71ff49afd31be01be20d59b4af Mon Sep 17 00:00:00 2001 From: Harold Date: Sun, 29 Aug 2021 19:15:39 +0800 Subject: [PATCH] docs: fixed broken link (#643) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9ab9558..3c2ef34b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ To develop on ActivityWatch you'll first want to install from source. To do so, You might then want to read about the [architecture](https://activitywatch.readthedocs.io/en/latest/architecture.html) and the [data model](https://activitywatch.readthedocs.io/en/latest/buckets-and-events.html). -If you want some code examples for how to write watchers or other types of clients, see the [documentation for writing watchers](https://activitywatch.readthedocs.io/en/latest/writing-watchers.html). +If you want some code examples for how to write watchers or other types of clients, see the [documentation for writing watchers](https://docs.activitywatch.net/en/latest/examples/writing-watchers.html). ## How you can help