diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-26 13:33:09 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-26 13:33:09 +0200 |
commit | 6ca6255d37abcde597b1d800193eef4267dc510c (patch) | |
tree | 462d06e7fe498283969e191b34e52aa8c325a19c /demos/quickstart/protected/pages/GettingStarted/Wsat.page | |
parent | cec6bc47739e52664de14c7b2ce9949b9f6c9123 (diff) |
Minor wsat fixes
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted/Wsat.page')
-rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/Wsat.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/Wsat.page b/demos/quickstart/protected/pages/GettingStarted/Wsat.page index 3d07e6f2..f9395aa0 100644 --- a/demos/quickstart/protected/pages/GettingStarted/Wsat.page +++ b/demos/quickstart/protected/pages/GettingStarted/Wsat.page @@ -38,7 +38,7 @@ <h2>Active Record classes generation</h2> <p class="block-content"> - In order to generate AR classes you need to go to: http://localhost/divermania/index.php?wsat=TWsatGenerateAR + In order to generate AR classes you need to go to: http://localhost/yoursite/index.php?wsat=TWsatGenerateAR by clicking the proper links in the welcome page. Then you should see the following page: </p> <img src="<%~wsat_generate_ar.png%>" style="width: 700px;" /> |