Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Nov 7, 2024
1 parent b98518d commit 04c93e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions courses/GettingHelp/FurtherReading/FurtherReading.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ keywords:

#### Packages

Rascal can be extended by loading different (third-party) packages. For example:
Rascal can be extended by loading different (third-party) [packages](/docs/Packages). For example:

* ((flybytes)) enables JVM bytecode analysis, transformation and generation in Rascal.
* ((typepal)) is a generic name and type analysis framework for programming languages and textual DSLs.
* [flybytes](/docs/Packages/Flybytes) enables JVM bytecode analysis, transformation and generation in Rascal.
* [typepal](/docs/Packages/Typepal) is a generic name and type analysis framework for programming languages and textual DSLs.

0 comments on commit 04c93e6

Please sign in to comment.