We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dc105 commit 9db6ce9Copy full SHA for 9db6ce9
src/util.js
@@ -1,6 +1,6 @@
1
export {minMax, indicesOfNearest, indexOfNearest} from 'covutils'
2
3
-const PREFIX = 'http://covjson.org/def/'
+const PREFIX = 'https://covjson.org/def/'
4
export const CORE_PREFIX = PREFIX + 'core#'
5
export const DOMAINTYPES_PREFIX = PREFIX + 'domainTypes#'
6
0 commit comments