Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make the standard module blurb more useful
Link to docs, not source, and mention NativeCall too.
  • Loading branch information
zoffixznet committed Apr 18, 2016
1 parent e8f4fee commit d2aa124
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions templates/root/index.html.ep
Expand Up @@ -16,11 +16,10 @@
Star</a>.
</p>

<p>Some standard modules are included with Rakudo. Among them
is the 'Test' module mentioned in S24 (located
<a href='https://design.perl6.org/S24.html'>here</a>)
and found in the Rakudo repository
<a href='https://github.com/rakudo/rakudo/blob/nom/lib/Test.pm6'>here</a>.
<p>Some standard modules are included with Rakudo. Among them
is <a href="http://docs.perl6.org/language/testing"><i>Test</i> for testing</a>
and <a href="http://docs.perl6.org/language/nativecall"><i>NativeCall</i> for
using C libraries</a>.
</p>

<p>If you want to contribute your own module, please read
Expand Down

0 comments on commit d2aa124

Please sign in to comment.