Skip to content

Commit

Permalink
Fix link in truffle libraries tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
chumer committed Mar 19, 2019
1 parent c757527 commit df99287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle/docs/TruffleLibraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Getting Started

This tutorial provides a trace through a use-case on how to use Truffle Libraries. The full API documentation can be found in the [javadoc](TODO). This document assumes prior knowledge of Truffle APIs and the use of `@Specialization` with the `@Cached` annotation.
This tutorial provides a trace through a use-case on how to use Truffle Libraries. The full API documentation can be found in the [javadoc](http://www.graalvm.org/truffle/javadoc/com/oracle/truffle/api/library/package-summary.html). This document assumes prior knowledge of Truffle APIs and the use of `@Specialization` with the `@Cached` annotation.

## Motivating Example

Expand Down

0 comments on commit df99287

Please sign in to comment.