Skip to content

Commit 909e446

Browse files
committed
Stable v4.0.0
1 parent da8d908 commit 909e446

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h3>Use Roll20?</h3>
421421
href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo" rel="noopener noreferrer">Chrome</a>/<a
422422
href="https://addons.mozilla.org/firefox/addon/tampermonkey/" rel="noopener noreferrer">Firefox</a>), and get the betteR20 script using
423423
this <a href="/dist/betteR20-dndz.user.js" id="betteR20_link" rel="noopener noreferrer">link</a>.</p>
424-
<p>Check the <a href="https://wiki.dndz.dev/betteR20" rel="noopener noreferrer">wiki</a> for an installation guide, and for information on how to use the script.</p>
424+
<p>Check the <a href="https://wiki.dndz.dev/dms/better20" rel="noopener noreferrer">wiki</a> for an installation guide, and for information on how to use the script.</p>
425425

426426
<h3>FAQ</h3>
427427
<p><b>Is there a wiki?</b> <a href="https://wiki.dndz.dev/" rel="noopener noreferrer">Here.</a></p>

js/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class NavBar {
110110
this._addElement_divider(NavBar._CAT_UTILITIES);
111111
this._addElement_li(NavBar._CAT_UTILITIES, "plutonium.html", "Plutonium (Foundry Module) Features");
112112
this._addElement_divider(NavBar._CAT_UTILITIES);
113-
this._addElement_li(NavBar._CAT_UTILITIES, "https://wiki.tercept.net/en/betteR20", "Roll20 Script Help");
113+
this._addElement_li(NavBar._CAT_UTILITIES, "https://wiki.dndz.dev/dms/better20", "Roll20 Script Help");
114114
this._addElement_divider(NavBar._CAT_UTILITIES);
115115
this._addElement_li(NavBar._CAT_UTILITIES, "changelog.html", "Changelog");
116116
this._addElement_li(NavBar._CAT_UTILITIES, `https://wiki.dndz.dev/help/${NavBar._getCurrentPage().replace(/.html$/i, "")}`, "Help", {isExternal: true});

js/seo-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ window.addEventListener("load", async () => {
2121
const href = $e.attr("href");
2222
if (!href.startsWith("http") && href.endsWith(".html")) $e.attr("href", `../${href}`);
2323

24-
if (href.startsWith("https://wiki.tercept.net")) $e.remove();
24+
if (href.startsWith("https://wiki.dndz.dev")) $e.remove();
2525
});
2626

2727
switch (_SEO_PAGE) {

plutonium.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 class="page__title">Plutonium Features</h1>
8585
<div class="row">
8686
<div class="col-12">
8787
<p>An overview of the features available in Plutonium can be found below. To those familiar with our now-deprecated Roll20 script &quot;betteR20,&quot; we aim to expand on the feature set it provided, while improving user experience.</p>
88-
<p><b>Please note that the GIFs on this page are updated much less frequently than the module itself.</b> For a (more) complete list of Plutonium's features, see <a href="https://wiki.tercept.net/en/Plutonium" rel="noopener noreferrer">the wiki</a>.</p>
88+
<p><b>Please note that the GIFs on this page are updated much less frequently than the module itself.</b> For a (more) complete list of Plutonium's features, see <a href="https://wiki.dndz.dev/dms/plutonium" rel="noopener noreferrer">the wiki</a>.</p>
8989

9090
<hr>
9191

roll20.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1 class="page__title">Roll20 Script Help</h1>
7777
<div class="row">
7878
<div class="col-12">
7979
<!-- TODO delete this page and redirect the nav link to the wiki instead -->
80-
<h3>Note: the content on this page is largely superseded by the <a href="https://wiki.dnd.d-n-k.tk/index.php/Better20_User_Guide">Community Wiki</a>.</h3>
80+
<h3>Note: the content on this page is largely superseded by the <a href="https://wiki.dndz.dev/dms/better20">Community Wiki</a>.</h3>
8181
<i>Disclaimer: the Roll20 script is held together with dreams and prayers. If something doesn't appear to work, common resolution options are:</i>
8282
<ul>
8383
<li><i>Try again</i></li>

0 commit comments

Comments
 (0)