Skip to content

Commit b85516b

Browse files
committed
improved jdoc
1 parent fc6963b commit b85516b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/htmlunit/html/DomNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ public NamedNodeMap getAttributes() {
681681
*
682682
* @see <a href="http://www.w3.org/TR/CSS2/visufx.html#visibility">CSS2 Visibility</a>
683683
* @see <a href="http://www.w3.org/TR/CSS2/visuren.html#propdef-display">CSS2 Display</a>
684-
* @see <a href="http://msdn.microsoft.com/en-us/library/ms531180.aspx">MSDN Documentation</a>
684+
* @see <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/visibility">MDN CSS visibility</a>
685685
* @return {@code true} if the node is visible to the user, {@code false} otherwise
686686
* @see #mayBeDisplayed()
687687
*/

0 commit comments

Comments
 (0)