// Change link to the documentation in the installer

This commit is contained in:
Damien Metzger
2013-04-23 14:57:24 +02:00
parent d8313760ec
commit 23dacfd754
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<div id="dbPart">
<h2><?php echo $this->l('Configure your database by filling out the following fields:') ?></h2>
<p>
<?php echo $this->l('To use PrestaShop, you must <a href="http://doc.prestashop.com/display/PS15/Installing+PrestaShop" target="_blank">create a database</a> to collect all of your stores data-related activities.') ?>
<?php echo $this->l('To use PrestaShop, you must <a href="http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Creatingadatabaseforyourshop" target="_blank">create a database</a> to collect all of your stores data-related activities.') ?>
<br />
<?php echo $this->l('Please complete the fields below in order for PrestaShop to connect to your database. ') ?>
</p>