diff options
author | Jean-Luc Gyger <jean-luc.gyger@vysual.ch> | 2016-02-11 10:01:12 +0100 |
---|---|---|
committer | Jean-Luc Gyger <jean-luc.gyger@vysual.ch> | 2016-02-11 10:01:12 +0100 |
commit | d70861a8f9368773f2f0291454e9420174e6c14a (patch) | |
tree | e44a32e401211422fb05da355c9eef4d5934d9e9 /README.md | |
parent | d32f65815eb6feb4bcb8a0c85572f722d7826342 (diff) | |
parent | 275f16b90a92c62935cb691d11e0bd124acf64e4 (diff) |
Merge branch 'master' of https://github.com/majuca/prado
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ PRADO stands for PHP Rapid Application Development Object-oriented. [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/pradosoft/prado?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## API Documentation -The complete API documentation can be found at http://www.pradoframework.com/docs/manual/ +The complete API documentation can be found at http://pradosoft.github.io/docs/manual/ ## Install @@ -23,7 +23,7 @@ Just create a composer.json file for your project: ```JSON { "require": { - "pradosoft/prado": "~3.2" + "pradosoft/prado": "~3.3" } } ``` @@ -42,7 +42,7 @@ Then you can include the autoloader, and you will have access to the library cla require 'vendor/autoload.php'; ``` ## Demo Apps -The Demos folder has several different example prado applications. You can see more information about these applications here: http://www.pradosoft.com/demos/ . When you create your own prado application you do NOT need these folders. +The Demos folder has several different example prado applications. You can see more information about these applications here: http://www.pradoframework.net/site/demos/ . When you create your own prado application you do NOT need these folders. * address-book * blog |