aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorWout <wout@mick-wout.com>2021-06-09 19:02:22 +0100
committerWout <wout@mick-wout.com>2021-06-09 19:02:22 +0100
commit17d5f8ae58720f61094ee5221d16c89dbe66d98a (patch)
treeedbbdd32b1449b069cb6b612ed6a592e4adf077b /src/modules
parentb7006dbe4ddf64e5d4076e65d9f423b6d17e74ec (diff)
downloadsvg.js-17d5f8ae58720f61094ee5221d16c89dbe66d98a.tar.gz
svg.js-17d5f8ae58720f61094ee5221d16c89dbe66d98a.zip
fix: change domain name to svgjs.dev
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/core/namespaces.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/core/namespaces.js b/src/modules/core/namespaces.js
index 3968e63..778d402 100644
--- a/src/modules/core/namespaces.js
+++ b/src/modules/core/namespaces.js
@@ -3,4 +3,4 @@ export const svg = 'http://www.w3.org/2000/svg'
export const html = 'http://www.w3.org/1999/xhtml'
export const xmlns = 'http://www.w3.org/2000/xmlns/'
export const xlink = 'http://www.w3.org/1999/xlink'
-export const svgjs = 'http://svgjs.com/svgjs'
+export const svgjs = 'http://svgjs.dev/svgjs'