Skip to content

Commit

Permalink
Added a couple API docs links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
JuicyDragon committed Oct 26, 2018
1 parent 54c0842 commit 097098c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ java_import com.nuix.superutilities.SuperUtilities
$su = SuperUtilities.init($utilities,NUIX_VERSION)
```

Similar to the Utilities object in the API, you can then use SuperUtilities object to obtain the various objects offered in this library. For example, use SuperItemUtility to resolve
a collection of items to their container ancestor items:
Similar to the Utilities object in the API, you can then use [SuperUtilities](https://nuix.github.io/SuperUtilities/com/nuix/superutilities/SuperUtilities.html) object to obtain the various objects offered in this library. For example, use [SuperItemUtility](https://nuix.github.io/SuperUtilities/com/nuix/superutilities/items/SuperItemUtility.html) to resolve a collection of items to their container ancestor items:

```ruby
# Open a case
Expand Down

0 comments on commit 097098c

Please sign in to comment.