Fix: install en docs links
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -16,10 +16,10 @@ Good job, you're ready to Beego with powerful bee tools! | ... | @@ -16,10 +16,10 @@ Good job, you're ready to Beego with powerful bee tools! |
| 16 | 16 | ||
| 17 | Beego has following dependency packages: | 17 | Beego has following dependency packages: |
| 18 | 18 | ||
| 19 | - Session module: [github.com/astaxie/beego/session](github.com/astaxie/beego/session) | 19 | - Session module: [github.com/astaxie/beego/session](https://github.com/astaxie/beego/session) |
| 20 | - To support redis engine: [github.com/garyburd/redigo/redis](github.com/garyburd/redigo/redis) | 20 | - To support redis engine: [github.com/garyburd/redigo/redis](https://github.com/garyburd/redigo/redis) |
| 21 | - To support mysql engine: [github.com/go-sql-driver/mysql](github.com/go-sql-driver/mysql) | 21 | - To support mysql engine: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) |
| 22 | - To support markdown as template function: [github.com/russross/blackfriday](github.com/russross/blackfriday) | 22 | - To support markdown as template function: [github.com/russross/blackfriday](https://github.com/russross/blackfriday) |
| 23 | 23 | ||
| 24 | - [Introduction](README.md) | 24 | - [Introduction](README.md) |
| 25 | - [Quick start](Quickstart.md) | 25 | - [Quick start](Quickstart.md) |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment