Skip to content

Commit ea93f10

Browse files
committed
Fix html5 validator service url (see #11)
https://validator.github.io/validator/
1 parent 320c4f7 commit ea93f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/validate_website/validator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module ValidateWebsite
66
# Document validation from DTD or XSD (webservice for html5)
77
class Validator
88
XHTML_PATH = File.expand_path('../../../data/schemas', __FILE__)
9-
HTML5_VALIDATOR_SERVICE = 'http://html5.validator.nu/'
9+
HTML5_VALIDATOR_SERVICE = 'http://validator.w3.org/nu/'
1010

1111
attr_reader :original_doc, :body, :dtd, :doc, :namespace, :xsd, :errors
1212

0 commit comments

Comments
 (0)