Skip to content

Commit 672a934

Browse files
committed
Fix broken links
1 parent 3c312ee commit 672a934

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

bench/chunky_png/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
These benchmarks are originally from
2-
[Bench 9000](https://github.com/jruby/bench9000).
1+
These benchmarks are originally from JRuby Bench 9000.
32

43
We are using ChunkyPNG at revision `efd61c8d0ddcabdcf09fb44f8e8c1ba709995940`.
54
We use this old revision because we know it has interesting patterns of

bench/psd.rb/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
These benchmarks are originally from
2-
[Bench 9000](https://github.com/jruby/bench9000).
1+
These benchmarks are originally from JRuby Bench 9000.
32

43
We are using PSD.rb at revision `e14d652ddc705e865d8b2b897d618b25d78bcc7c`.
54
We use this old revision because we know it has interesting patterns of

doc/contributor/third-party-assumptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Assumptions Third Party Code Makes About TruffleRuby
22

33
Third-party code should never use any APIs apart from standard Ruby, and those
4-
listed in [TruffleRuby additions]('../user/truffleruby-additions.md').
4+
listed in [TruffleRuby additions](../user/truffleruby-additions.md).
55

66
When third-party code uses the TruffleRuby additions, it should be listed here
77
so that we know why non-standard APIs have been added.

doc/user/jruby-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ If you don't need the Java interop capabilities of TruffleRuby then you could
1313
also install via your [Ruby manager/installer](ruby-managers.md)
1414
as any other implementation of Ruby.
1515

16-
You can also use the
17-
[standalone distribution](doc/user/standalone-distribution.md) as a simple
18-
binary tarball. The binary tarball also doesn't allow for Java interop.
16+
You can also use the [standalone distribution](standalone-distribution.md) as
17+
a simple binary tarball. The binary tarball also doesn't allow for Java
18+
interop.
1919

2020
## Using Ruby from Java
2121

0 commit comments

Comments
 (0)