Skip to content

Commit d7eeeff

Browse files
Merge pull request #66 from w3c/fix-ed-links
Fix link to editor drafts
2 parents 9d941d8 + 2698f9e commit d7eeeff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

actions/capture-handle-actions.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ var respecConfig = {
22
group: "webrtc",
33
specStatus: "ED",
44
github: {
5-
repoURL: "https://github.com/wicg/capture-handle/",
6-
branch: "master",
5+
repoURL: "https://github.com/w3c/mediacapture-handle/",
6+
branch: "main",
77
},
8+
edDraftURI: "https://w3c.github.io/mediacapture-handle/actions/",
89
editors: [
910
{
1011
name: "Jan-Ivar Bruaroey",

identity/capture-handle-identity.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ var respecConfig = {
55
repoURL: "https://github.com/w3c/mediacapture-handle/",
66
branch: "main",
77
},
8+
edDraftURI: "https://w3c.github.io/mediacapture-handle/identity/",
89
editors: [
910
{
1011
name: "Elad Alon",

0 commit comments

Comments
 (0)