Skip to content

Commit ed232a5

Browse files
committed
Fixed up links and made sure the old links would redirect to the new pages
1 parent 22b88fb commit ed232a5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

release-notes/rascal-0-41-x-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ declared in the currently running REPL as a side-effect for later use.
208208

209209
### Standard Library Maintenance
210210

211-
* `lang::java::{m3,flow,syntax,tests}::*` were all moved to the [java-air](https://www.rascal-mpl.org/Packages/org.rascalmpl.java-air) project. This also removes the `pom.xml` dependencies on the Eclipse JDT and OW2 ASM libraries. All functionality was ported as-is to the other project. Module and package
211+
* `lang::java::{m3,flow,syntax,tests}::*` were all moved to the [java-air](/docs/Packages/org.rascalmpl.java-air) project. This also removes the `pom.xml` dependencies on the Eclipse JDT and OW2 ASM libraries. All functionality was ported as-is to the other project. Module and package
212212
names have remained the same and so have internal Java-based mapping code classes and packages.
213213
* Now you have to add a dependency in your `pom.xml` file on `java-air` (see above).
214214
* `java-air` is expected to release more often in one year, namely adding support for JLS >14 versions.

static/_redirects

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,13 @@ https://www.rascal-mpl.org/docs/CompileTimeErrors/* https://www.rascalmpl.org/do
1818
https://www.rascal-mpl.org/docs/RunTimeErrors/* https://www.rascalmpl.org/docs/Rascal/Errors/RunTimeErrors/:splat 301!
1919

2020
/js/p.js https://plausible.usethesource.io/js/script.js 200
21-
/p/event https://plausible.usethesource.io/api/event 200
21+
/p/event https://plausible.usethesource.io/api/event 200
22+
23+
https://www.rascal-mpl.org/docs/Packages/Clair/* https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.clair/:splat 301!
24+
https://www.rascal-mpl.org/docs/Packages/FlyBytes/* https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.flybytes/:splat 301!
25+
https://www.rascal-mpl.org/docs/Packages/Typepal/* https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.typepal/:splat 301!
26+
https://www.rascal-mpl.org/docs/Packages/RascalLsp/* https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.rascal-lsp/:splat 301!
27+
https://www.rascal-mpl.org/docs/Packages/SalixCore/* https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.salix-core/:splat 301!
28+
https://www.rascal-mpl.org/docs/Packages/SalixContrib/* https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.salix-contrib/:splat 301!
29+
https://www.rascal-mpl.org/docs/Packages/SalixContrib/* https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.salix-contrib/:splat 301!
30+
https://www.rascal-mpl.org/docs/Packages/PhpAnalysis/* https://www.rascal-mpl.org/docs/Packages/org.rascalmpl.php-analysis/:splat 301!

0 commit comments

Comments
 (0)