From 9791bf7d1a5c8dc986c98b1404ad8afa5c79fa29 Mon Sep 17 00:00:00 2001 From: Timm Heuss Date: Sun, 16 Jul 2023 21:18:53 +0200 Subject: [PATCH] Add https prefix --- index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.en.md b/index.en.md index 38c9efd..19907e1 100644 --- a/index.en.md +++ b/index.en.md @@ -21,7 +21,7 @@ All services are orchestrated and scaled with `docker-compose.yml`. ### Custom services -- [ghcr.io/heussd/nats-news-analysis/rss-feed-feeder](ghcr.io/heussd/nats-news-analysis/rss-feed-feeder) - **Bash** - Feeds rss feed urls from a text file. +- [ghcr.io/heussd/nats-news-analysis/rss-feed-feeder](https://ghcr.io/heussd/nats-news-analysis/rss-feed-feeder) - **Bash** - Feeds rss feed urls from a text file. - [ghcr.io/heussd/nats-news-analysis/rss-article-url-feeder-go](https://ghcr.io/heussd/nats-news-analysis/rss-article-url-feeder-go) - **Golang** - Feeds news articles from RSS feeds. - [ghcr.io/heussd/nats-news-analysis/keyword-matcher-go](https://ghcr.io/heussd/nats-news-analysis/keyword-matcher-go) - **Golang** - Matches against keywords list. - [ghcr.io/heussd/nats-news-analysis/pocket-integration](https://ghcr.io/heussd/nats-news-analysis/pocket-integration) - **Python** - Feeds matches into getpocket.com.