From 56d68fa44a8cc0e65a940e699952ff19e05c8aba Mon Sep 17 00:00:00 2001 From: Chris Hocking Date: Tue, 13 Jun 2023 21:52:24 +1000 Subject: [PATCH] Bug Fixes --- .github/scripts/generate-rss.js | 4 ++-- docs/retype.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/generate-rss.js b/.github/scripts/generate-rss.js index cef09c4..6646965 100644 --- a/.github/scripts/generate-rss.js +++ b/.github/scripts/generate-rss.js @@ -96,7 +96,7 @@ glob(newsDir + '/*.md', function(err, files) { content = content.replace(/{{ include ".*" }}/g, '') .replace(/\!\[([^\]]*)\]\(([^)]*)\)/g, (match, alt, src) => { if (src.startsWith('../')) { - src = `https://fcp.cafe/${src.substring(3)}`; + src = `https://resolve.cafe/${src.substring(3)}`; } return `${alt}`; }) @@ -139,6 +139,6 @@ if (isContentChanged) { const newLastBuildDate = new Date().toUTCString(); newXMLContent = newXMLContent.replace(/.*<\/lastBuildDate>/, `${newLastBuildDate}`); newXMLContent = newXMLContent.replace(/{target="_blank"}/g, ''); - newXMLContent = newXMLContent.replace(/\.\.\/static\//g, 'https://fcp.cafe/static/'); + newXMLContent = newXMLContent.replace(/\.\.\/static\//g, 'https://resolve.cafe/static/'); fs.writeFileSync('docs/rss.xml', newXMLContent); } \ No newline at end of file diff --git a/docs/retype.yml b/docs/retype.yml index d3f1b21..b7613d9 100644 --- a/docs/retype.yml +++ b/docs/retype.yml @@ -22,7 +22,7 @@ links: icon: bug - text: Discussions - link: https://github.com/CommandPost/FCPCafe/discussions + link: https://github.com/CommandPost/ResolveCafe/discussions icon: comment-discussion target: blank