Skip to content

Commit 5649254

Browse files
Fix broken link formatting in introduce-libraries-java.rst
Co-authored-by: Shati Patel <[email protected]>
1 parent 2d9b52f commit 5649254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/learn-ql/java/introduce-libraries-java.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ These annotations are represented by class ``Annotation``. An annotation is simp
290290
anntp.hasQualifiedName("java.lang", "Deprecated")
291291
select ann
292292
293-
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/5393027107459215059/`__. Only constructors with the ``@Deprecated`` annotation are reported this time.
293+
➤ `See this in the query console on LGTM.com <https://lgtm.com/query/5393027107459215059/>`__. Only constructors with the ``@Deprecated`` annotation are reported this time.
294294

295295
For more information on working with annotations, see the :doc:`article on annotations <annotations>`.
296296

0 commit comments

Comments
 (0)