Skip to content

Commit

Permalink
Fix Sonarr/Radarr plugin links in docs (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum027 authored Nov 6, 2023
1 parent 5b67833 commit 2d8bf2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildarr_prowlarr/config/settings/apps/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class RadarrApplication(Application):
!!! note
There is a [Radarr plugin for Buildarr](https://buidarr.github.io/plugins/radarr)
There is a [Radarr plugin for Buildarr](https://buildarr.github.io/plugins/radarr)
that can be used to link Radarr instances with Prowlarr using the `instance_name`
attribute.
"""
Expand Down Expand Up @@ -439,7 +439,7 @@ class SonarrApplication(Application):
!!! note
There is a [Sonarr plugin for Buildarr](https://buidarr.github.io/plugins/sonarr)
There is a [Sonarr plugin for Buildarr](https://buildarr.github.io/plugins/sonarr)
that can be used to link Sonarr instances with Prowlarr using the `instance_name`
attribute.
"""
Expand Down

0 comments on commit 2d8bf2c

Please sign in to comment.