Skip to content

Commit

Permalink
fixed documentation links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pvighi authored Mar 20, 2017
1 parent a3d515c commit 51df684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Usage
### Putting and Getting

If you've used the Java SDK to access Dynamo, the most familiar way to use Scanamo
is via the [Scanamo](http://guardian.github.io/scanamo/latest/api/#com.gu.scanamo.Scanamo$)
is via the [Scanamo](http://guardian.github.io/scanamo/latest/api/com/gu/scanamo/Scanamo$.html)
object:

```scala
Expand Down Expand Up @@ -59,7 +59,7 @@ operations can happily run against pre-existing tables.

### Table

Scanamo provides a [Table](http://guardian.github.io/scanamo/latest/api/#com.gu.scanamo.Table)
Scanamo provides a [Table](http://guardian.github.io/scanamo/latest/api/com/gu/scanamo/Table.html)
abstraction to reduce noise when defining multiple operations against the same table:

```scala
Expand Down

0 comments on commit 51df684

Please sign in to comment.