Fixed examples links.
This commit is contained in:
parent
292e313b44
commit
dedb3a4ad4
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ poster.addPin("http://www.example.com/foo", "This is a test")
|
||||||
poster.deletePin("http:///www.example.com/bar")
|
poster.deletePin("http:///www.example.com/bar")
|
||||||
|
|
||||||
```
|
```
|
||||||
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/src/main/kotlin/net/thauvin/erik/pinboard/PinboardPoster.kt#L219)
|
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/src/main/kotlin/net/thauvin/erik/pinboard/PinboardPoster.kt#L232)
|
||||||
|
|
||||||
### Java
|
### Java
|
||||||
```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.addPin("http://www.example.com/foo", "This is a test");
|
||||||
poster.deletePin("http:///www.example.com/bar");
|
poster.deletePin("http:///www.example.com/bar");
|
||||||
```
|
```
|
||||||
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/src/main/java/net/thauvin/erik/pinboard/JavaExample.java)
|
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/src/main/java/net/thauvin/erik/pinboard/JavaExample.java#L40)
|
||||||
|
|
||||||
Your API authentication token is available on the [Pinboard settings page](https://pinboard.in/settings/password).
|
Your API authentication token is available on the [Pinboard settings page](https://pinboard.in/settings/password).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue