summaryrefslogtreecommitdiff
path: root/ext/dom/notation.c
diff options
context:
space:
mode:
authorDusta <dusta@users.noreply.github.com>2018-06-24 22:31:55 +0200
committerJoe Watkins <krakjoe@php.net>2018-06-25 08:31:32 +0200
commitda82719f2087f5c4baa36bc6e94e08cdb0c5e188 (patch)
treec81b8234cff4859baeff4760258267c069ae3d8c /ext/dom/notation.c
parent19b42bd6b3f44f6ab8549247980cbeac83ab7fa4 (diff)
downloadphp-git-da82719f2087f5c4baa36bc6e94e08cdb0c5e188.tar.gz
Update http to https
Diffstat (limited to 'ext/dom/notation.c')
-rw-r--r--ext/dom/notation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/notation.c b/ext/dom/notation.c
index 65d2a2e994..dde7e641d9 100644
--- a/ext/dom/notation.c
+++ b/ext/dom/notation.c
@@ -30,7 +30,7 @@
/*
* class DOMNotation extends DOMNode
*
-* URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-5431D1B9
+* URL: https://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-5431D1B9
* Since:
*/