Skip to content

Commit 7defa92

Browse files
committed
adapting the publication URI of the spec
1 parent cede03c commit 7defa92

File tree

6 files changed

+1064
-1064
lines changed

6 files changed

+1064
-1064
lines changed

spec/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,22 @@ var respecConfig = {
8787
],
8888
// name of the WG, should be listed at https://respec.org/w3c/groups/
8989
group: "kg-construct",
90-
latestVersion: "https://w3id.org/rml/lv/spec/",
90+
latestVersion: "https://kg-construct.github.io/rml-lv/spec/docs/",
9191
issueBase: "https://github.com/kg-construct/rml-lv/issues",
9292
noRecTrack: "true",
9393
otherLinks: [
9494
{
9595
key: "This Version",
9696
data: [{
97-
value: "https://w3id.org/rml/lv/spec/%thisDate%/",
98-
href: "https://w3id.org/rml/lv/spec/%thisDate%/"
97+
value: "https://kg-construct.github.io/rml-lv/spec/docs/%thisDate%/",
98+
href: "https://kg-construct.github.io/rml-lv/spec/docs/%thisDate%/"
9999
}]
100100
},
101101
{
102102
key: "Previous Version",
103103
data: [{
104-
value: "https://w3id.org/rml/lv/spec/%prevDate%/",
105-
href: "https://w3id.org/rml/lv/spec/%prevDate%/"
104+
value: "https://kg-construct.github.io/rml-lv/spec/docs/%prevDate%/",
105+
href: "https://kg-construct.github.io/rml-lv/spec/docs/%prevDate%/"
106106
}]
107107
},
108108
{

0 commit comments

Comments
 (0)