summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar matthew-neavling <matthew.neavling@proton.me> 2025-11-18 09:16:14 -0500
committerGravatar GitHub <noreply@github.com> 2025-11-18 15:16:14 +0100
commit9522e8f95018550122276fae746d136f125397db (patch)
tree962cfbac2cff90491515f487bf3689d0b222dd1c /docs
parent8fdc574827c668f098995891eac41f0688b842b6 (diff)
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/en/developers/03_Backend/05_Extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developers/03_Backend/05_Extensions.md b/docs/en/developers/03_Backend/05_Extensions.md
index 17e56b83f..571b60967 100644
--- a/docs/en/developers/03_Backend/05_Extensions.md
+++ b/docs/en/developers/03_Backend/05_Extensions.md
@@ -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