Skip to content

Commit

Permalink
doc/subscriber_guide: fix templates link
Browse files Browse the repository at this point in the history
Signed-off-by: Jeny Sadadia <jeny.sadadia@collabora.com>
  • Loading branch information
Jeny Sadadia committed Sep 30, 2024
1 parent ded2da1 commit 5d4eeb7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/subscriber_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Email notifications

It is possible to generate email notifications with the KCIDB data submissions.
It needs to have a [subscription module][subscriptions], a script that will
create a custom report using [templates](https://github.com/kernelci/kcidb/
tree/main/kcidb/templates). A list of subscribers would receive the report
via an email notification.
create a custom report using [templates]. A list of subscribers would receive the report via an email notification.

Currently, multiple subscriptions are active for receiving email reports
including `stable-rc` and `stable-rt` reports. The reports list useful data
Expand Down Expand Up @@ -85,4 +83,4 @@ failures with each new revision and can use these data for further required
actions.

[subscriptions]: https://github.com/kernelci/kcidb/tree/main/kcidb/monitor/subscriptions
[test_subscription]: https://github.com/kernelci/kcidb/blob/main/kcidb/monitor/subscriptions/test.py
[templates]: https://github.com/kernelci/kcidb/tree/main/kcidb/templates

0 comments on commit 5d4eeb7

Please sign in to comment.