Skip to content

Commit 34e1657

Browse files
authored
Retarget html2rss configs links (#964)
1 parent 3e87f00 commit 34e1657

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

astro.config.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ export default defineConfig({
1111
"/configs": "/feed-directory/",
1212
"/components/html2rss-web": "/web-application/",
1313
"/components/html2rss": "/ruby-gem/",
14-
"/components/html2rss-configs": "/html2rss-configs/",
14+
"/components/html2rss-configs": "/creating-custom-feeds/",
15+
"/html2rss-configs": "/creating-custom-feeds/",
16+
"/html2rss-configs/": "/creating-custom-feeds/",
1517
"/components": "/",
1618
},
1719
build: {
@@ -305,7 +307,7 @@ export default defineConfig({
305307
},
306308
{
307309
label: "Write Your Own Feed Configs",
308-
link: "/html2rss-configs",
310+
link: "/creating-custom-feeds",
309311
},
310312
{
311313
label: "About",

src/content/docs/common-use-cases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Follow multiple open source projects and their updates.
102102
1. **Identify the websites** you want to follow
103103
2. **Check our [Feed Directory](/feed-directory/)** to see if feeds already exist
104104
3. **Try the [Web App](/web-application/getting-started)** to create feeds easily
105-
4. **Learn advanced techniques** with our [Config Guide](/html2rss-configs/)
105+
4. **Learn advanced techniques** with our [Config Guide](/creating-custom-feeds)
106106

107107
---
108108

0 commit comments

Comments
 (0)