Skip to content

Commit 1ebc96f

Browse files
committed
Fix links.
1 parent 6063220 commit 1ebc96f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/manual/faq.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@
13631363
\item
13641364
Run google-java-format via
13651365
\ahref{https://github.com/diffplug/spotless}{Spotless} and use the
1366-
\ahref{https://github.com/diffplug/spotless/tree/main/plugin-gradle#formatannotations}{\<formatAnnotations>}
1366+
\ahref{https://github.com/diffplug/spotless/tree/main/plugin-gradle#formatAnnotations}{\<formatAnnotations>}
13671367
step to correct the formatting of type annotations.
13681368
\item
13691369
Run google-java-format via \ahref{https://github.com/plume-lib/run-google-java-format}{run-google-java-format}

docs/manual/resource-leak-checker.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
\item[\<-ApermitInitializationLeak>]
5757
See Section~\ref{resource-leak-field-initialization}.
5858
\item[\<-AenableReturnsReceiverForRlc>]
59-
Enables the Returns Receiver Checker (Section~\ref{returns-reciever-checker})
59+
Enables the Returns Receiver Checker (Section~\ref{returns-receiver-checker})
6060
when running this checker. By default, the Returns Receiver checker is
6161
disabled when running the Called Methods Checker as part of the RLC,
6262
because it has a significant runtime cost but provides little benefit in the common case,

0 commit comments

Comments
 (0)