Skip to content

Commit 29a8d84

Browse files
author
Geremy Cohen
committed
Update README.md
1 parent 1d238e6 commit 29a8d84

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

java/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ Asyncronously in your applications!
1010

1111
Additional Java docs are available at [doc/index.html](doc/index.html)
1212

13-
###Checkout the screencasts!
14-
A walkthrough on how to setup in Eclipse, configuring custom loggers, and more [is available here!](https://vimeo.com/pubnub/videos/search:java/sort:date)
15-
1613
###To browse source
1714
Checkout [srcPubnubApi](/java/srcPubnubApi)
1815

1916
###To setup with your IDE:
20-
[Check out the Eclipse walkthrough here!](https://vimeo.com/69587309)
17+
[Check out the Eclipse video walkthrough here!](https://vimeo.com/69587309)
2118

2219
1. Add new project with java/ as the root
2320
2. Set the new project source as java/srcPubnubApi
@@ -41,6 +38,9 @@ $ ant clean build test
4138
```
4239

4340
###Configuring Logging
41+
42+
[Check out the logging video walkthrough here!](https://vimeo.com/71309975)
43+
4444
Pubnub implements swappable logging using SLF4J, which allows you to switch different logging frameworks easily. All the logging calls using SLF4J API will be delegated to the underlying logging framework.
4545

4646
Before you enable logging, you need to create a "debug-build" version of the Pubnub-StandardEdition.jar.

0 commit comments

Comments
 (0)