Skip to content

Commit efc7879

Browse files
committed
Fix github link to including trailing "/".
1 parent 5bdd694 commit efc7879

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spec/latest/json-ld-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
note: "v1.0" }
9999
],
100100

101-
github: "https://github.com/json-ld/json-ld.org",
101+
github: "https://github.com/json-ld/json-ld.org/",
102102

103103
// name of the WG
104104
wg: "JSON for Linking Data W3C Community Group",

spec/latest/json-ld-framing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
note: "v1.0" }
9494
],
9595

96-
github: "https://github.com/json-ld/json-ld.org",
96+
github: "https://github.com/json-ld/json-ld.org/",
9797

9898
// name of the WG
9999
wg: "Linking Data in JSON Community Group",

spec/latest/json-ld/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
note: "v1.0" }
9797
],
9898

99-
github: "https://github.com/json-ld/json-ld.org",
99+
github: "https://github.com/json-ld/json-ld.org/",
100100

101101
// name of the WG
102102
wg: "JSON for Linking Data W3C Community Group",

0 commit comments

Comments
 (0)