Skip to content

Commit

Permalink
Direct Sockets API: Update spec links
Browse files Browse the repository at this point in the history
References to
https://github.com/WICG/raw-sockets
are replaced with references to
https://github.com/WICG/direct-sockets

The project was renamed:
WICG/direct-sockets#10

Change-Id: I67a58bc0c863c628d29fc86930ecc8aff2122c05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3346979
Reviewed-by: Alex Gough <[email protected]>
Commit-Queue: Eric Willigers <[email protected]>
Auto-Submit: Eric Willigers <[email protected]>
Commit-Queue: Alan Cutter <[email protected]>
Reviewed-by: Alan Cutter <[email protected]>
Cr-Commit-Position: refs/heads/main@{#953764}
  • Loading branch information
ericwilligers authored and chromium-wpt-export-bot committed Dec 23, 2021
1 parent a24cabc commit dac3316
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion direct-sockets/META.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spec: https://github.com/WICG/raw-sockets/blob/master/docs/explainer.md
spec: https://github.com/WICG/direct-sockets/blob/main/docs/explainer.md
suggested_reviewers:
- ewilligers
- mgiuca
Expand Down
2 changes: 1 addition & 1 deletion direct-sockets/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
These tests are for the TCP and UDP sockets API proposed in
https://github.com/WICG/raw-sockets/blob/master/docs/explainer.md
https://github.com/WICG/direct-sockets/blob/main/docs/explainer.md
2 changes: 1 addition & 1 deletion direct-sockets/open-securecontext.http.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Sockets test: Open from non-secure context</title>
<link rel="help" href="https://github.com/WICG/raw-sockets/blob/master/docs/explainer.md#security-considerations">
<link rel="help" href="https://github.com/WICG/direct-sockets/blob/main/docs/explainer.md#security-considerations">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
Expand Down

0 comments on commit dac3316

Please sign in to comment.