Skip to content

Commit c7d08dc

Browse files
authored
Merge pull request #2242 from mienaikage/inline-ruby-url
Fix link to Inline::Ruby
2 parents 9087e95 + fdd901e commit c7d08dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/rb-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ If the module that you were using has not been converted to Perl 6, and no
11571157
alternative is listed in this document, then its use under Perl 6 may not
11581158
have been addressed yet.
11591159
1160-
You can experiment with L<Inline::Ruby|https://github.com/awwaiid/Inline-Ruby/>
1160+
You can experiment with L<Inline::Ruby|https://modules.perl6.org/dist/Inline::Ruby:github:github:awwaiid>
11611161
to call existing Ruby code from your Perl 6 programs. This uses an embedded
11621162
instance of the C<ruby> interpreter to run Ruby code called from your Perl 6
11631163
script. Note that this is an EXPERIMENTAL library. You can similarly call other

0 commit comments

Comments
 (0)