From 7aaf18c2a9adb2f33e6914bd265bfe219debf8b0 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Sun, 4 Jul 2021 18:28:15 -0700 Subject: [PATCH] javadoc relative link --- examples/DisShooting/src/DisShooting/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/DisShooting/src/DisShooting/package-info.java b/examples/DisShooting/src/DisShooting/package-info.java index 5ff51be327..5be76dbbd6 100644 --- a/examples/DisShooting/src/DisShooting/package-info.java +++ b/examples/DisShooting/src/DisShooting/package-info.java @@ -2,7 +2,7 @@ * <p>DisShooting project using open-dis7 Java library: examples supporting the NPS MOVES MV3500 Networked Graphics course.</p> * * <p>Example output is found in the - * <a href="../../../DisShooting/build.run.log.txt">build.run.log.txt</a> file.</p> + * <a href="../../../../DisShooting/build.run.log.txt">build.run.log.txt</a> file.</p> * * @see java.lang.Package * @see <a href="https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful">https://stackoverflow.com/questions/22095487/why-is-package-info-java-useful</a> -- GitLab