Skip to content

Commit

Permalink
Fix broken links to native method guide (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
epanholz authored Nov 26, 2024
1 parent ef223cb commit a8a9d4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ When the Java `Example` class is run, the `alert` method is called, which trigge
[`CJ3Library`]: /docs/reference/CJ3Library
[`conversion rules`]: /docs/reference/cheerpjRunLibrary#conversion-rules
[`System.loadLibrary(String libname)`]: https://docs.oracle.com/javase/8/docs/api/java/lang/System.html#loadLibrary-java.lang.String-
[`native methods`]: /docs/11-guides/implementing-native-methods
[`Implementing Native Methods guide`]: /docs/11-guides/implementing-native-methods
[`native methods`]: /docs/guides/implementing-native-methods
[`Implementing Native Methods guide`]: /docs/guides/implementing-native-methods
[`virtual directory`]: /docs/guides/File-System-support
[`javaProperties`]: /docs/reference/cheerpjInit#javaproperties
[`documentation`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
4 changes: 2 additions & 2 deletions sites/cheerpj/src/content/docs/11-guides/library-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async function iTextExample() {

## See also

Library mode is also used for [`native` methods implemented in JavaScript][JNI]. A `native` is effectively just a shorter library mode session.
Library mode is also used for [native methods implemented in JavaScript][JNI]. A `native` is effectively just a shorter library mode session.

[JNI]: /docs/guides/Implementing-Java-native-methods-in-JavaScript
[JNI]: /docs/guides/implementing-native-methods
[`cheerpjRunLibrary`]: /docs/reference/cheerpjRunLibrary

0 comments on commit a8a9d4f

Please sign in to comment.