Skip to content

Commit

Permalink
Add absolute links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrThearMan committed Aug 21, 2022
1 parent e8e1778 commit 7207cd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ checkbox will allow webhook responses to be recorded in the
`last_reponse` field.


![Webhooks in admin panel](/img/admin_panel.png)
![Webhooks in admin panel][admin_panel]


## ⑤ That's it!
Expand Down Expand Up @@ -129,4 +129,5 @@ basis by defining a `webhook_data` method on the model.
Have a look at the available [settings].


[settings]: ../signal_webhooks/serializers.py
[admin_panel]: https://raw.githubusercontent.com/MrThearMan/django-signal-webhooks/main/docs/img/admin_panel.png
[settings]: https://github.com/MrThearMan/django-signal-webhooks/blob/main/signal_webhooks/settings.py

0 comments on commit 7207cd4

Please sign in to comment.