Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(w3c/sotd): update link to process 2023 #4473

Merged
merged 2 commits into from
Jul 17, 2023
Merged
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
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