Direct Sockets API: Update spec links

References to
https://github.com/WICG/raw-sockets
are replaced with references to
https://github.com/WICG/direct-sockets

The project was renamed:
https://github.com/WICG/direct-sockets/issues/10

Change-Id: I67a58bc0c863c628d29fc86930ecc8aff2122c05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3346979
Reviewed-by: Alex Gough <ajgo@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Auto-Submit: Eric Willigers <ericwilligers@chromium.org>
Commit-Queue: Alan Cutter <alancutter@chromium.org>
Reviewed-by: Alan Cutter <alancutter@chromium.org>
Cr-Commit-Position: refs/heads/main@{#953764}
diff --git a/direct-sockets/META.yml b/direct-sockets/META.yml
index d424a0a..85c05e8 100644
--- a/direct-sockets/META.yml
+++ b/direct-sockets/META.yml
@@ -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
diff --git a/direct-sockets/README.md b/direct-sockets/README.md
index bcebe03..71a19de 100644
--- a/direct-sockets/README.md
+++ b/direct-sockets/README.md
@@ -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
diff --git a/direct-sockets/open-securecontext.http.html b/direct-sockets/open-securecontext.http.html
index 371f137..ae403b6 100644
--- a/direct-sockets/open-securecontext.http.html
+++ b/direct-sockets/open-securecontext.http.html
@@ -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>