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)