From 6a2075cfa4ddacc0f3b425692addd39779521740 Mon Sep 17 00:00:00 2001 From: Gil Desmarais Date: Wed, 8 Oct 2025 17:58:04 +0300 Subject: [PATCH] Retarget html2rss configs links --- astro.config.mjs | 6 ++++-- src/content/docs/common-use-cases.mdx | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 9a494df1..8621a1dc 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,7 +11,9 @@ export default defineConfig({ "/configs": "/feed-directory/", "/components/html2rss-web": "/web-application/", "/components/html2rss": "/ruby-gem/", - "/components/html2rss-configs": "/html2rss-configs/", + "/components/html2rss-configs": "/creating-custom-feeds/", + "/html2rss-configs": "/creating-custom-feeds/", + "/html2rss-configs/": "/creating-custom-feeds/", "/components": "/", }, build: { @@ -305,7 +307,7 @@ export default defineConfig({ }, { label: "Write Your Own Feed Configs", - link: "/html2rss-configs", + link: "/creating-custom-feeds", }, { label: "About", diff --git a/src/content/docs/common-use-cases.mdx b/src/content/docs/common-use-cases.mdx index f870c006..b34e624a 100644 --- a/src/content/docs/common-use-cases.mdx +++ b/src/content/docs/common-use-cases.mdx @@ -102,7 +102,7 @@ Follow multiple open source projects and their updates. 1. **Identify the websites** you want to follow 2. **Check our [Feed Directory](/feed-directory/)** to see if feeds already exist 3. **Try the [Web App](/web-application/getting-started)** to create feeds easily -4. **Learn advanced techniques** with our [Config Guide](/html2rss-configs/) +4. **Learn advanced techniques** with our [Config Guide](/creating-custom-feeds) ---