From 474843567dbf299b97cbef725b0e494dcc5713fc Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Mon, 22 Jul 2024 14:20:18 -0700 Subject: [PATCH] add target="_blank" to html links --- .../src/edu/nps/moves/gateway/package-info.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/otherProjects/WebsocketGateway/src/edu/nps/moves/gateway/package-info.java b/examples/otherProjects/WebsocketGateway/src/edu/nps/moves/gateway/package-info.java index cdc37d0982..9ea7e0d87e 100644 --- a/examples/otherProjects/WebsocketGateway/src/edu/nps/moves/gateway/package-info.java +++ b/examples/otherProjects/WebsocketGateway/src/edu/nps/moves/gateway/package-info.java @@ -2,11 +2,11 @@ * <p>WebSocket server and 3JS example, supporting the NPS MOVES MV3500 Networked Graphics course.</p> * * <p>Additional details are provided in the - * <a href="../../../../../otherProjects/WebsocketGateway/README.txt">README.txt</a> file.</p> + * <a href="../../../../../otherProjects/WebsocketGateway/README.txt" target="_blank">README.txt</a> file.</p> * * @see java.lang.Package - * @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">StackOverflow: why-is-package-info-java-useful</a> - * @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java">StackOverflow: how-do-i-document-packages-in-java</a> + * @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful" target="_blank">StackOverflow: why-is-package-info-java-useful</a> + * @see <a href="https://stackoverflow.com/questions/624422/how-do-i-document-packages-in-java" target="_blank">StackOverflow: how-do-i-document-packages-in-java</a> */ package edu.nps.moves.gateway; -- GitLab