Fixed examples links.
This commit is contained in:
parent
a91e162aba
commit
5eb413bf4a
1 changed files with 3 additions and 4 deletions
|
@ -17,7 +17,7 @@ poster.addPin("http://www.example.com/foo", "This is a test")
|
|||
poster.deletePin("http:///www.example.com/bar")
|
||||
|
||||
```
|
||||
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/koltin/src/main/kotlin/net/erik/pinboard/samples/KotlinExample.kt)
|
||||
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/koltin/src/main/kotlin/net/thauvin/erik/pinboard/samples/KotlinExample.kt)
|
||||
|
||||
### Java
|
||||
```java
|
||||
|
@ -27,7 +27,7 @@ final PinboardPoster poster = new PinBboardPoster("user:TOKEN");
|
|||
poster.addPin("http://www.example.com/foo", "This is a test");
|
||||
poster.deletePin("http:///www.example.com/bar");
|
||||
```
|
||||
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/java/src/main/java/net/thauvin/erik/pinboard/JavaExample.java)
|
||||
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/java/src/main/java/net/thauvin/erik/pinboard/samples/JavaExample.java)
|
||||
|
||||
Your API authentication token is available on the [Pinboard settings page](https://pinboard.in/settings/password).
|
||||
|
||||
|
@ -54,8 +54,7 @@ dependencies {
|
|||
compile 'net.thauvin.erik:pinboard-poster:0.9.3'
|
||||
}
|
||||
```
|
||||
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/java/build.gradle)\
|
||||
|
||||
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/java/build.gradle)
|
||||
[View Kotlin DSL Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/koltin/build.gradle.kts)
|
||||
|
||||
### Kobalt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue