Skip to content

Commit 9db6ce9

Browse files
committed
update namespace URI from http to https
1 parent 08dc105 commit 9db6ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export {minMax, indicesOfNearest, indexOfNearest} from 'covutils'
22

3-
const PREFIX = 'http://covjson.org/def/'
3+
const PREFIX = 'https://covjson.org/def/'
44
export const CORE_PREFIX = PREFIX + 'core#'
55
export const DOMAINTYPES_PREFIX = PREFIX + 'domainTypes#'
66

0 commit comments

Comments
 (0)