From 8cc2a85f3697f40134b3d7ce6ebdf196c5d2753c Mon Sep 17 00:00:00 2001 From: callumalpass Date: Sun, 15 Feb 2026 15:25:36 +1100 Subject: [PATCH] Fix broken docs image links for CI docs:check --- docs/calendar-setup.md | 2 +- docs/workflows.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/calendar-setup.md b/docs/calendar-setup.md index d3d52934..863227dd 100644 --- a/docs/calendar-setup.md +++ b/docs/calendar-setup.md @@ -19,7 +19,7 @@ TaskNotes bundles OAuth client IDs (and the Google client secret) so you can con To connect calendars, create OAuth credentials with Google and/or Microsoft, then paste them into TaskNotes Integrations settings. The sections below walk through each provider. -![Integrations calendar settings](assets/settings-integrations-calendar.png) +![Integrations calendar settings](../media/docs/settings-integrations-calendar.png) ### Google Calendar diff --git a/docs/workflows.md b/docs/workflows.md index 5f9120b8..2f45aaae 100644 --- a/docs/workflows.md +++ b/docs/workflows.md @@ -8,7 +8,7 @@ Habit tracking in TaskNotes is built on recurring task notes. You can create a r Once a task has a recurrence rule, its edit modal shows a recurrence calendar. That calendar is where you mark completion per occurrence. Completion history is stored in `complete_instances`, so a recurring task can remain open while still recording daily/weekly completion behavior. -![Recurring task calendar](assets/feature-recurring-task-calendar.png) +![Recurring task calendar](assets/views-calendar-month.png) ```yaml title: Morning Exercise @@ -50,7 +50,7 @@ A typical daily flow is to start in Task List for prioritization, move to Calend If you use timeboxing, drag-select on calendar timeline views and create timeblocks directly from the context menu. If you use Pomodoro, run sessions against active tasks so completion and timing data stay attached to task notes. -![Calendar quick add workflow](assets/workflow-quick-add-calendar.png) +![Calendar quick add workflow](../media/docs/workflow-quick-add-calendar.png) ## Maintenance Workflow (Weekly)