Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Jun 6, 2024
1 parent 2f054ad commit 01c3eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/doc-views/SUBM/MEM-SUBM.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
...good.sotd,
submission: {
...good.sotd.submission,
processLink: 'https://fake-url/Consortium/Process',
processLink: 'https://fake-url/policies/process/',
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion test/doc-views/specBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const data = {
submission: {
show: false,
processText: 'W3C Process',
processLink: 'https://www.w3.org/Consortium/Process',
processLink: 'https://www.w3.org/policies/process/',
membershipLink: 'https://www.w3.org/Consortium/Prospectus/Joining',
ppLink: 'https://www.w3.org/Consortium/Patent-Policy/#sec-submissions',
submissionLink: 'https://www.w3.org/submissions/',
Expand Down

0 comments on commit 01c3eea

Please sign in to comment.