Skip to content

Commit

Permalink
fix(w3c/sotd): update link to process 2023 (#4473)
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak authored Jul 17, 2023
1 parent 20b3430 commit 8ad8a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/w3c/templates/sotd.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const localizationStrings = {

export const l10n = getIntlData(localizationStrings);

const processLink = "https://www.w3.org/2021/Process-20211102/";
const processLink = "https://www.w3.org/2023/Process-20230612/";

function prefix(word) {
return /^[aeiou]/i.test(word) ? `an ${word}` : `a ${word}`;
Expand Down Expand Up @@ -85,7 +85,7 @@ export default (conf, opts) => {
<p>
This document is governed by the
<a id="w3c_process_revision" href="${processLink}"
>2 November 2021 W3C Process Document</a
>12 June 2023 W3C Process Document</a
>.
</p>
`}
Expand Down

0 comments on commit 8ad8a41

Please sign in to comment.