File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,22 @@ Each directory contains a standalone [Revel](http://revel.github.io/manual) app
11
11
git clone https://github.com/revel/examples.git $GOPATH/src/github.com/revel/examples
12
12
revel run github.com/revel/examples/booking
13
13
```
14
-
15
- * [ Booking] ( booking.html )
14
+ * [ Booking] ( https://revel.github.io/examples/booking.html )
16
15
- A database-driven hotel-booking application, including user management
17
-
18
- * [ Chat] ( chat.html )
16
+
17
+ * [ Chat] ( https://revel.github.io/examples/ chat.html)
19
18
- 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)
22
21
- 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)
25
24
- 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)
28
27
- 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)
31
30
- Display Facebook user information using OAuth2.
32
31
33
32
You can’t perform that action at this time.
0 commit comments