Browse Source

fixes links in web2py README

Keith Newman 10 years ago
parent
commit
45b86ed95f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      frameworks/Python/web2py/README.md

+ 3 - 3
frameworks/Python/web2py/README.md

@@ -1,8 +1,8 @@
 # web2py Benchmark Test 
 # web2py Benchmark Test 
 
 
-Main controller found [web2py/applications/app/controllers/default.py](here)
-Database model found [web2py/applications/app/models/db.py](here)
-Fortunes template found [web2py/applications/app/views/default/fortune.html](here)
+Main controller found [here](web2py/applications/app/controllers/default.py)
+Database model found [here](web2py/applications/app/models/db.py)
+Fortunes template found [here](web2py/applications/app/views/default/fortune.html)
 
 
 ## Description
 ## Description