diff --git a/README.md b/README.md index f4ebe40..51ba523 100644 --- a/README.md +++ b/README.md @@ -235,25 +235,25 @@ kubectl apply -f services/Lighttpd/cronJob-Spotweb.yml kubectl apply -f services/PVR/persistentVolumeClaim-PVR.yml kubectl apply -f services/PVR/storageClass-PVR.yml ``` -###### 4.9.1) [NZBHydra]() (index aggregator) +###### 4.9.1) [NZBHydra](https://github.com/theotherp/nzbhydra2) (index aggregator) ``` kubectl apply -f services/PVR/deploy-NZBHydra.yml ``` -###### 4.9.2) [Plex]() (media library) -~kubectl apply -f services/PVR/deploy-Plex.yml~ -###### 4.9.3) [Radarr]() (movie management) +###### 4.9.2) [Plex](https://www.plex.tv/) (media library) +~~kubectl apply -f services/PVR/deploy-Plex.yml~~ +###### 4.9.3) [Radarr](https://radarr.video/) (movie management) ``` kubectl apply -f services/PVR/deploy-Radarr.yml ``` -###### 4.9.4) [Readarr]() (book management) +###### 4.9.4) [Readarr](https://readarr.com/) (book management) ``` kubectl apply -f services/PVR/deploy-Readarr.yml ``` -###### 4.9.5) [SABnzbd]() (download client) +###### 4.9.5) [SABnzbd](https://sabnzbd.org/) (download client) ``` kubectl apply -f services/PVR/deploy-SABnzbd.yml ``` -###### 4.9.6) [Sonarr]() (tv management) +###### 4.9.6) [Sonarr](https://sonarr.tv/) (tv management) ``` kubectl apply -f services/PVR/deploy-Sonarr.yml ```