File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Follow multiple open source projects and their updates.
1021021 . ** Identify the websites** you want to follow
1031032 . ** Check our [ Feed Directory] ( /feed-directory/ ) ** to see if feeds already exist
1041043 . ** 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
You can’t perform that action at this time.
0 commit comments