Skip to content

Commit 43943ed

Browse files
authored
Update README.md
1 parent e51ed5a commit 43943ed

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,22 @@ Each directory contains a standalone [Revel](http://revel.github.io/manual) app
1111
git clone https://github.com/revel/examples.git $GOPATH/src/github.com/revel/examples
1212
revel run github.com/revel/examples/booking
1313
```
14-
15-
* [Booking](booking.html)
14+
* [Booking](https://revel.github.io/examples/booking.html)
1615
- A database-driven hotel-booking application, including user management
17-
18-
* [Chat](chat.html)
16+
17+
* [Chat](https://revel.github.io/examples/chat.html)
1918
- A chat room demonstrating active refresh, long-polling (comet), and [websocket](http://revel.github.io/manual/websockets.html) implementations.
20-
21-
* [Validation](validation.html)
19+
20+
* [Validation](https://revel.github.io/examples/validation.html)
2221
- A demonstration of input [validation](http://revel.github.io/manual/validation.html).
23-
24-
* [Upload](upload.html)
22+
23+
* [Upload](https://revel.github.io/examples/upload.html)
2524
- Demonstrates single and multiple file uploads to a webserver via http.
26-
27-
* [Twitter OAuth](twitter-oauth.html)
25+
26+
* [Twitter OAuth](https://revel.github.io/examples/twitter-oauth.html)
2827
- Display `mentions` and allows `posting` to a Twitter account using OAuth.
29-
30-
* [Facebook OAuth2](facebook-oauth2.html)
28+
29+
* [Facebook OAuth2](https://revel.github.io/examples/facebook-oauth2.html)
3130
- Display Facebook user information using OAuth2.
3231

3332

0 commit comments

Comments
 (0)