Skip to content

Commit 6fd38cc

Browse files
authored
Update links now that this repo has moved from the w3ctag org to the w3c org. (#184)
* Update links now that this repo has moved from the w3ctag org to the w3c org. * Update the explainers link to the even newer location.
1 parent 12d5b07 commit 6fd38cc

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This repository contains the [Editor's Draft](https://w3ctag.github.io/security-questionnaire/) of the [Self-Review Questionnaire: Security and Privacy](https://www.w3.org/TR/security-privacy-questionnaire/) document, which spec authors can use to identify and work through possible security and privacy concerns related to their spec.
1+
This repository contains the [Editor's Draft](https://w3c.github.io/security-questionnaire/) of the [Self-Review Questionnaire: Security and Privacy](https://www.w3.org/TR/security-privacy-questionnaire/) document, which spec authors can use to identify and work through possible security and privacy concerns related to their spec.
22

33
The questionnaire is a joint product of three groups: the [TAG](https://tag.w3.org/), [PING](https://www.w3.org/Privacy/IG/), and the [Security Interest Group](https://www.w3.org/groups/ig/security/).
44

@@ -14,6 +14,3 @@ writing of those sections, it is not appropriate to merely copy this
1414
questionnaire into those sections.
1515

1616
[Further instructions on requesting security and privacy reviews can be found in the Guide.](https://w3c.github.io/documentreview/#how_to_get_horizontal_review)
17-
18-
19-

generate-markdown.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def process_line(self, line, outfile):
2626
self.first_line_in_question = True
2727

2828
def generate_markdown(self, infile=sys.stdin, outfile=sys.stdout):
29-
print("""# [Self-Review Questionnaire: Security and Privacy](https://w3ctag.github.io/security-questionnaire/)
29+
print("""# [Self-Review Questionnaire: Security and Privacy](https://w3c.github.io/security-questionnaire/)
3030
31-
The full questionnaire is at https://w3ctag.github.io/security-questionnaire/.
31+
The full questionnaire is at https://w3c.github.io/security-questionnaire/.
3232
33-
For your convenience, a copy of the questionnaire's questions is included here in Markdown, so you can easily include your answers in an [explainer](https://github.com/w3ctag/w3ctag.github.io/blob/master/explainers.md).
33+
For your convenience, a copy of the questionnaire's questions is included here in Markdown, so you can easily include your answers in an [explainer](https://w3ctag.github.io/explainer-explainer/).
3434
3535
---
3636
""", file=outfile)

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title: Self-Review Questionnaire: Security and Privacy
33
Status: ED
44
TR: https://www.w3.org/TR/security-privacy-questionnaire/
5-
ED: https://w3ctag.github.io/security-questionnaire/
5+
ED: https://w3c.github.io/security-questionnaire/
66
Shortname: security-privacy-questionnaire
77
Repository: w3c/security-questionnaire
88
Level: None

questionnaire.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# [Self-Review Questionnaire: Security and Privacy](https://w3ctag.github.io/security-questionnaire/)
1+
# [Self-Review Questionnaire: Security and Privacy](https://w3c.github.io/security-questionnaire/)
22

3-
The full questionnaire is at https://w3ctag.github.io/security-questionnaire/.
3+
The full questionnaire is at https://w3c.github.io/security-questionnaire/.
44

5-
For your convenience, a copy of the questionnaire's questions is included here in Markdown, so you can easily include your answers in an [explainer](https://github.com/w3ctag/w3ctag.github.io/blob/master/explainers.md).
5+
For your convenience, a copy of the questionnaire's questions is included here in Markdown, so you can easily include your answers in an [explainer](https://w3ctag.github.io/explainer-explainer/).
66

77
---
88

0 commit comments

Comments
 (0)