mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-25 00:35:40 -04:00
Fix link to Minz docs in 05_Extensions.md (#8229)
The link to the Minz docs works on GitHub but 404's on the [live site](https://freshrss.github.io/FreshRSS/en/developers/03_Backend/05_Extensions.html). Replacing the absolute path with a relative path should correct the 404.
This commit is contained in:
@@ -24,7 +24,7 @@ Note: it is quite conceivable that the functionalities of an extension can later
|
||||
|
||||
## Minz Framework
|
||||
|
||||
see [Minz documentation](/docs/en/developers/Minz/index.md)
|
||||
see [Minz documentation](../Minz/index.md)
|
||||
|
||||
## Write an extension for FreshRSS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user