Skip to content

Commit ec9c184

Browse files
committed
Use json-ld.org/playground instead of json-ld.org/playground-dev.
1 parent aab3e19 commit ec9c184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ require(["core/pubsubhub"], (respecEvents) => {
226226
}
227227

228228
link.setAttribute('href',
229-
'https://json-ld.org/playground-dev/#' +
229+
'https://json-ld.org/playground/#' +
230230
Object.keys(linkQueryParams).map(k => `${encodeURIComponent(k)}=${encodeURIComponent(linkQueryParams[k])}`)
231231
.join('&'));
232232
}

0 commit comments

Comments
 (0)