From c52826a47b70c756af0aaaa8bd2ca1ba9228a034 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 13 Aug 2016 21:28:48 +0200 Subject: [PATCH] [Bridge API] Fix "How to create a new Bridge?" link --- Bridge-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bridge-API.md b/Bridge-API.md index efce6e6..9f1e260 100644 --- a/Bridge-API.md +++ b/Bridge-API.md @@ -6,4 +6,4 @@ Base class | Description `HttpCachingBridgeAbstract` | This class an extension of `BridgeAbstract`, allowing caching of files downloaded over HTTP files. `RssExpander` | This class is an extension of `HttpCachingBridgeAbstract`, designed to load existing RSS 2.0 feeds into **RSS-Bridge** -For more information about how to create a new _Bridge_, read [How to create a new Bridge?](How-to-create-a-new-Bridge%3F) \ No newline at end of file +For more information about how to create a new _Bridge_, read [How to create a new Bridge?](How-to-create-a-new-Bridge) \ No newline at end of file