summaryrefslogtreecommitdiff
path: root/demos/sqlmap/protected/pages/Manual/Installing.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sqlmap/protected/pages/Manual/Installing.page')
-rwxr-xr-xdemos/sqlmap/protected/pages/Manual/Installing.page12
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/sqlmap/protected/pages/Manual/Installing.page b/demos/sqlmap/protected/pages/Manual/Installing.page
index bb083996..65288f22 100755
--- a/demos/sqlmap/protected/pages/Manual/Installing.page
+++ b/demos/sqlmap/protected/pages/Manual/Installing.page
@@ -14,7 +14,7 @@ first time.</p>
<h2>Setup the Distribution</h2>
-<p>The official site for SQLMap PHP DataMapper is <a href="http://www.pradosoft.com">http://www.pradosoft.com</a>.
+<p>The official site for SQLMap PHP DataMapper is <a href="https://github.com/pradosoft/prado">https://github.com/pradosoft/prado</a>.
The DataMapper
is availabe as a source distribution in the form of a ZIP archive. To download
the distributions, follow the link to the Downloads area on the web site, and
@@ -29,20 +29,20 @@ built into newer versions of Windows.</p>
files to your Web application, or library project (and Test project if you
have one). These files are:</p>
-<dl>
+<dl>
<dt>SqlMap.xml</dt>
<dd>-- A Data Map file that contains your SQL queries. Your project will contain one
or more of these files with names such as Account.xml or Product.xml.
- </dd>
+ </dd>
<dt>SqlMap.config</dt>
<dd>--
The DataMapper configuration file that is used to specify the locations of your
SqlMap.xml files. It is also used to define other DataMapper
configuration options such as caching. You will need to include one SqlMap.config
- file for each data source that your project has.
- </dd>
- </dl>
+ file for each data source that your project has.
+ </dd>
+ </dl>
<p>As expected, the <tt>SqlMap.config</tt> file should be (by default) placed where the DataMapper
can find them at runtime.</p>