Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion access.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="PME-F Repository access, annual update eligibility, privacy, and support terms.">
<link rel="canonical" href="https://pie-menu-editor.com/access.html">
<link rel="canonical" href="https://pie-menu-editor.com/access">
<title>Access, updates & privacy terms — PME-F</title>
<style>
:root {
Expand Down
4 changes: 2 additions & 2 deletions credential-setup/index.template.html.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Enter the purchase key shown on the page that brought you here. A PME account,
password, or device registration is not required. By continuing, you ask PME-F
to verify your purchase and issue Repository access. Read the
<a href="https://pie-menu-editor.com/access.html" rel="noreferrer">access, updates &amp; privacy terms</a>.
<a href="https://pie-menu-editor.com/access" rel="noreferrer">access, updates &amp; privacy terms</a>.
</p>

<section class="setup-card" id="verification-panel" aria-labelledby="verify-heading">
Expand Down Expand Up @@ -129,7 +129,7 @@
<footer>
<div class="wrap">
Need help? <!--email_off--><a href="mailto:Support@pie-menu-editor.com">Contact PME-F support</a><!--/email_off-->.
<a href="https://pie-menu-editor.com/access.html" rel="noreferrer">Privacy &amp; terms</a>.
<a href="https://pie-menu-editor.com/access" rel="noreferrer">Privacy &amp; terms</a>.
</div>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ <h1>Pi<span class="letter-gap-ie">e</span> M<span class="letter-gap-small">e</sp
<a class="button" href="https://pluglug.github.io/pme-docs/support_community/changelog.html#changelog-2-0-0">See what changed</a>
</div>
<p class="purchase-note">
Before you buy: <a href="/access.html">access, updates &amp; privacy terms</a>.
Before you buy: <a href="/access">access, updates &amp; privacy terms</a>.
</p>

<section id="about">
Expand Down Expand Up @@ -295,7 +295,7 @@ <h2>Project history</h2>
&middot;
<a href="mailto:Support@pie-menu-editor.com">Support</a>
&middot;
<a href="/access.html">Privacy &amp; terms</a>
<a href="/access">Privacy &amp; terms</a>
</div>
</footer>
</body>
Expand Down
5 changes: 3 additions & 2 deletions test/public-pages.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ test("public pages expose one canonical access and privacy policy", async () =>
readFile(new URL("credential-setup/index.template.html.txt", root), "utf8"),
]);

assert.match(home, /href="\/access\.html"/u);
assert.match(setupTemplate, /href="https:\/\/pie-menu-editor\.com\/access\.html"/u);
assert.match(home, /href="\/access"/u);
assert.match(setupTemplate, /href="https:\/\/pie-menu-editor\.com\/access"/u);
assert.match(access, /rel="canonical" href="https:\/\/pie-menu-editor\.com\/access"/u);
assert.match(access, /one calendar year/u);
assert.match(access, /2027-08-11T20:35:05\.557Z/u);
assert.match(access, /does not stop working/u);
Expand Down
Loading