Fix broken docs image links for CI docs:check

This commit is contained in:
callumalpass 2026-02-15 15:25:36 +11:00
parent 4f64d8e3cf
commit 8cc2a85f36
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)