Skip to content

Commit

Permalink
Fix HTML anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jan 17, 2024
1 parent 66989bb commit 6484c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/plumelib/javadoc/RequireJavadoc.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* A program that issues an error for any class, constructor, method, or field that lacks a Javadoc
* comment. Does not issue a warning for methods annotated with {@code @Override}. See documentation
* at <a
* href="https://github.com/plume-lib/require-javadoc#readme">https://github.com/plume-lib/require-javadoc#readme</a>.
* href="https://github.com/plume-lib/require-javadoc">https://github.com/plume-lib/require-javadoc</a>.
*/
public class RequireJavadoc {

Expand Down Expand Up @@ -167,9 +167,9 @@ public class RequireJavadoc {

/**
* The main entry point for the require-javadoc program. See documentation at <a
* href="https://github.com/plume-lib/require-javadoc#readme">https://github.com/plume-lib/require-javadoc#readme</a>.
* href="https://github.com/plume-lib/require-javadoc">https://github.com/plume-lib/require-javadoc</a>.
*
* @param args the command-line arguments; see the README file
* @param args the command-line arguments; see the README.md file
*/
public static void main(String[] args) {
RequireJavadoc rj = new RequireJavadoc();
Expand Down

0 comments on commit 6484c4c

Please sign in to comment.