Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<meta charset='utf-8'>
<title>Trace Context: binary protocol</title>
<script
src='https://www.w3.org/Tools/respec/respec-w3c-common'
src='https://www.w3.org/Tools/respec/respec-w3c'
class='remove' defer></script>
<script class='remove'>
var respecConfig = {
specStatus: "ED",
editors: [{
name: "Sergey Kanzhelev",
company: "Microsoft",
companyURL: "https://microsoft.com",
company: "Google",
companyURL: "https://google.com",
w3cid: "103966"
},
{
Expand Down Expand Up @@ -41,8 +41,8 @@
otherLinks: [{
key: 'Discussions',
data: [{
value: 'We are on Gitter.',
href: 'https://gitter.im/TraceContext/Lobby'
value: 'We are on Slack.',
href: 'https://w3cdistributedtracing.slack.com/'
}]
}],
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/108594/status"
Expand Down
2 changes: 1 addition & 1 deletion w3c.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"group": 108594
, "contacts": ["plehegar"]
, "contacts": ["caribouW3"]
, "policy": "open"
, "repo-type": "rec-track"
}