Skip to content

Commit 22f7eff

Browse files
committed
fix: update the footer link in the sitemap XSL
1 parent da9dfbb commit 22f7eff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/cute-jars-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"webtools-addon-sitemap": patch
3+
---
4+
5+
fix: update the footer link in the sitemap XSL

packages/addons/sitemap/xsl/sitemap.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</xsl:choose>
2929

3030
<div id="footer">
31-
<p>Generated with a <a href="https://github.com/boazpoolman/strapi-plugin-sitemap" target="_blank">sitemap plugin</a> for Strapi CMS.</p>
31+
<p>Generated with a <a href="https://docs.pluginpal.io/webtools/addons/sitemap" target="_blank">sitemap plugin</a> for Strapi CMS.</p>
3232
</div>
3333
</body>
3434
</html>

0 commit comments

Comments
 (0)