SingingBush commented on code in PR #28:
URL: https://github.com/apache/xerces-j/pull/28#discussion_r2233831063


##########
src/org/apache/wml/WMLAElement.java:
##########
@@ -17,10 +17,9 @@
 package org.apache.wml;
 
 /**
- * <p>The interface is modeled after DOM1 Spec for HTML from W3C.
+ * The interface is modeled after DOM1 Spec for HTML from W3C.
  * The DTD used in this DOM model is from 
- * <a href="http://www.wapforum.org/DTD/wml_1.1.xml";>
- * http://www.wapforum.org/DTD/wml_1.1.xml</a></p>
+ * <a 
href="http://www.wapforum.org/DTD/wml_1.1.xml";>http://www.wapforum.org/DTD/wml_1.1.xml</a>

Review Comment:
   I've replaced all `http://www.wapforum.org/DTD/wml_1.1.xml` with 
`https://www.wapforum.org/DTD/wml_1.1.xml` is the next commit. Worth noting 
that the resulting document won't render in a modern browser so it's likely 
that people will need to use curl to view the content. I was surprised it 
loaded at all as wap and wml died a long time ago.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to