From 1971e7f55520570ec2206390a51876bcaa7cbc75 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 15 Sep 2018 17:38:07 +0200 Subject: [PATCH] Updated BridgeAbstract (markdown) --- BridgeAbstract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BridgeAbstract.md b/BridgeAbstract.md index 70594dd..68be137 100644 --- a/BridgeAbstract.md +++ b/BridgeAbstract.md @@ -3,7 +3,7 @@ To create a new Bridge extending `BridgeAbstract` you must specify some [basic metadata](#basic-metadata) implement following functions: - [`collectData`](#the-collectdata-function) (**required**) -- [`getDescription`](../The-getDescription-function) +- [`getDescription`](The-getDescription-function) - [`getMaintainer`](#the-getmaintainer-function) - [`getName`](#the-getname-function) - [`getURI`](#the-geturi-function)