From aabbf0a5d1a6cc9dff44fc0e904bfb7662628bfd Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 13 Aug 2024 12:32:16 +0200 Subject: [PATCH] use a relative link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79095e07..54c88742 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ CommaFeed only requires 3 properties to be configured: `jdbc:mariadb://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true&timezone=UTC` All -other [CommaFeed settings](https://github.com/Athou/commafeed/blob/master/commafeed-server/src/main/java/com/commafeed/CommaFeedConfiguration.java) +other [CommaFeed settings](commafeed-server/src/main/java/com/commafeed/CommaFeedConfiguration.java) are optional and have sensible default values. When started, the server will listen on http://localhost:8082.