Updated kotlin logging example link.

This commit is contained in:
Erik C. Thauvin 2017-05-17 18:38:16 -07:00
parent d68d9895d8
commit 166a760716

View file

@ -16,7 +16,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/src/main/kotlin/net/thauvin/erik/pinboard/PinboardPoster.kt#L199)
[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/src/main/kotlin/net/thauvin/erik/pinboard/PinboardPoster.kt#L203)
### Java
```java