Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Sep 10, 2015
1 parent c475df9 commit 40a391d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/reference.md
Expand Up @@ -91,5 +91,5 @@ These values can also be accessed with `$VARNAME` in any capsule manifest attrib

## Capsule API Javadoc

* [Caplets](http://puniverse.github.io/capsule/capsule/javadoc/Capsule.html)
* [capsule-util](http://puniverse.github.io/capsule/capsule-util/javadoc/)
* [Caplets](/javadoc/Capsule.html)
* [capsule-util](/javadoc/capsule-util/)
2 changes: 1 addition & 1 deletion site/user-guide.md
Expand Up @@ -328,4 +328,4 @@ While this model works well enough in most scenarios, sometimes it is desirable

You can customize many of the capsule's inner workings by creating a caplet -- *custom capsule*. A caplet is a subclass of the `Capsule` class that overrides some of its overridable methods.

Please consult Capsule's [Javadoc](http://puniverse.github.io/capsule/capsule/javadoc/Capsule.html) for specific documentation on custom capsules.
Please consult Capsule's [Javadoc](/javadoc/Capsule.html) for specific documentation on custom capsules.

0 comments on commit 40a391d

Please sign in to comment.