diff --git a/src/w3c/templates/sotd.js b/src/w3c/templates/sotd.js index c3e373a490..ab2cba4a35 100644 --- a/src/w3c/templates/sotd.js +++ b/src/w3c/templates/sotd.js @@ -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}`; @@ -85,7 +85,7 @@ export default (conf, opts) => {

This document is governed by the 2 November 2021 W3C Process Document12 June 2023 W3C Process Document.

`}