From a442e68e0a3e9d31c56989365ef20724c849eb51 Mon Sep 17 00:00:00 2001 From: Rooki <34943569+Pdzly@users.noreply.github.com> Date: Sat, 26 Apr 2025 23:19:25 +0200 Subject: [PATCH] Fix broken link in themes marketplace submission guidelines (#176) Updated the link to the Submission Guidelines page to use a relative path. This ensures proper navigation and prevents potential linking issues. --- content/docs/themes-store/themes-marketplace.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/themes-store/themes-marketplace.mdx b/content/docs/themes-store/themes-marketplace.mdx index 02711db..bd47e94 100644 --- a/content/docs/themes-store/themes-marketplace.mdx +++ b/content/docs/themes-store/themes-marketplace.mdx @@ -12,4 +12,4 @@ The Mods Registry is a place where you can find and install mods for Zen Browser ## For mod developers -If you are a mod developer and would like to submit your mod, please follow the instructions on the [Submission Guidelines](themes-store/themes-marketplace-submission-guidelines.md) page. +If you are a mod developer and would like to submit your mod, please follow the instructions on the [Submission Guidelines](./themes-marketplace-submission-guidelines) page.