Skip to content

Commit

Permalink
Update README URLs based on HTTP redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadmeCritic committed Mar 22, 2016
1 parent 658dd25 commit 51f1e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Play2.x module for Authentication and Authorization [![Build Status](https://secure.travis-ci.org/t2v/play2-auth.png)](http:https://travis-ci.org/t2v/play2-auth)
Play2.x module for Authentication and Authorization [![Build Status](https://secure.travis-ci.org/t2v/play2-auth.png)](https:https://travis-ci.org/t2v/play2-auth)
===========================================================
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/t2v/play2-auth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down Expand Up @@ -481,7 +481,7 @@ object Application extends Controller with TokenValidateElement with AuthElement

### Asynchronous Support

There are asynchronous libraries ( for example: [ReactiveMongo](https://reactivemongo.org/), [ScalikeJDBC-Async](https://github.com/seratch/scalikejdbc-async), and so on ).
There are asynchronous libraries ( for example: [ReactiveMongo](https://reactivemongo.org/), [ScalikeJDBC-Async](https://github.com/scalikejdbc/scalikejdbc-async), and so on ).

You should use `Future[Result]` instead of `AsyncResult` from Play2.2.

Expand Down Expand Up @@ -545,7 +545,7 @@ Running The Sample Application
Attention -- Distributed Servers
---------------------------------------

[Ehcache](https://ehcache.org), the default cache implementation used by Play2.x, does not work on distributed application servers.
[Ehcache](https://www.ehcache.org/), the default cache implementation used by Play2.x, does not work on distributed application servers.

If you have distributed servers, use the [Memcached Plugin](https://github.com/mumoshu/play2-memcached) or something similar.

Expand Down

0 comments on commit 51f1e62

Please sign in to comment.