Skip to content

Commit

Permalink
Replace more doc.prestashop.com by docs.prestashop-project.org
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestaEdit committed Jan 27, 2022
1 parent 39d9c98 commit 009d780
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions INSTALL.txt
Expand Up @@ -58,7 +58,7 @@ Here is the content of this archive:

* The prestashop.zip archive, which contains all the necessary files.
* The index.php file, which will automatically unzip the prestashop.zip archive for you.
* The Install_PrestaShop.html file, which redirects you to https://doc.prestashop.com/display/PS17/Installing+PrestaShop
* The Install_PrestaShop.html file, which redirects you to https://docs.prestashop-project.org/1.7-documentation/getting-started/installing-prestashop

From there on, follow these instructions:

Expand All @@ -75,7 +75,7 @@ Enjoy your store :)

Essential links about PrestaShop:

* User Guide: https://doc.prestashop.com/display/PS17/User+Guide
* User Guide: https://docs.prestashop-project.org/1.7-documentation/user-guide
* Tech docs (modules & themes): https://devdocs.prestashop.com/
* Official blog: https://www.prestashop.com/en/blog
* Developer blog: https://build.prestashop.com/
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -132,12 +132,12 @@ Thank you for downloading and using the PrestaShop Open Source e-commerce soluti
[download]: https://www.prestashop.com/en/download
[forums]: https://www.prestashop.com/forums/
[chat]: https://github.com/PrestaShop/open-source/blob/master/slack/readme.md
[user-doc]: https://doc.prestashop.com
[user-doc]: https://docs.prestashop-project.org
[contributing-md]: CONTRIBUTING.md
[contributing-tutorial]: https://devdocs.prestashop.com/1.7/contribute/
[crowdin]: https://crowdin.net/project/prestashop-official
[getting-started]: https://doc.prestashop.com/display/PS17/Getting+Started
[user-guide]: https://doc.prestashop.com/display/PS17/User+Guide
[getting-started]: https://docs.prestashop-project.org/1.7-documentation/getting-started
[user-guide]: https://docs.prestashop-project.org/1.7-documentation/user-guide
[updating-guide]: https://doc.prestashop.com/display/PS16/Updating+PrestaShop
[merchant-guide]: https://doc.prestashop.com/display/PS16/Merchant%27s+Guide
[faq-17]: https://devdocs.prestashop.com/1.7/faq/
Expand All @@ -149,7 +149,7 @@ Thank you for downloading and using the PrestaShop Open Source e-commerce soluti
[docker-compose]: https://docs.docker.com/compose/
[install-guide-dev]: https://devdocs.prestashop.com/1.7/basics/installation/
[system-requirements]: https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/
[install-guide]: https://doc.prestashop.com/display/PS17/Installing+PrestaShop
[install-guide]: https://docs.prestashop-project.org/1.7-documentation/getting-started/installing-prestashop
[devdocs]: https://devdocs.prestashop.com/
[create-issue]: https://github.com/PrestaShop/PrestaShop/issues/new/choose
[reporting-issues]: https://devdocs.prestashop.com/1.7/contribute/contribute-reporting-issues/
Expand Down
Expand Up @@ -181,8 +181,8 @@ $(function() {
<div class="row">
<div class="col-lg-4">
<div class="panel">
<h3>{l s='Search doc.prestashop.com' d='Admin.Navigation.Search'}</h3>
<a href="https://doc.prestashop.com/dosearchsite.action?spaceSearch=true&amp;queryString={$query}&amp;utm_source=back-office&amp;utm_medium=search&amp;utm_campaign=back-office-{$lang_iso|upper}&amp;utm_content={if $host_mode}cloud{else}download{/if}" class="btn btn-default _blank">{l s='Go to the documentation' d='Admin.Navigation.Search'}</a>
<h3>{l s='Search docs.prestashop-project.org' d='Admin.Navigation.Search'}</h3>
<a href="https://docs.prestashop-project.org/1.7-documentation?q={$query}&amp;utm_source=back-office&amp;utm_medium=search&amp;utm_campaign=back-office-{$lang_iso|upper}&amp;utm_content={if $host_mode}cloud{else}download{/if}" class="btn btn-default _blank">{l s='Go to the documentation' d='Admin.Navigation.Search'}</a>
</div>
</div>
<div class="col-lg-4">
Expand Down
2 changes: 1 addition & 1 deletion install-dev/theme/views/database.php
Expand Up @@ -29,7 +29,7 @@
<div id="dbPart">
<h2><?php echo $this->translator->trans('Configure your database by filling out the following fields', array(), 'Install'); ?></h2>
<p>
<?php echo $this->translator->trans('To use PrestaShop, you must <a href="http://doc.prestashop.com/display/PS16/Installing+PrestaShop#InstallingPrestaShop-Creatingadatabaseforyourshop" target="_blank">create a database</a> to collect all of your store\'s data-related activities.', array(), 'Install'); ?>
<?php echo $this->translator->trans('To use PrestaShop, you must <a href="https://docs.prestashop-project.org/1.7-documentation/getting-started/installing-prestashop#creating-a-database-for-your-shop" target="_blank">create a database</a> to collect all of your store\'s data-related activities.', array(), 'Install'); ?>
<br />
<?php echo $this->translator->trans('Please complete the fields below in order for PrestaShop to connect to your database.', array(), 'Install'); ?>
</p>
Expand Down
Expand Up @@ -36,8 +36,8 @@
<div class="alert alert-info" role="alert">
<p class="alert-text">
{{ 'You can read information on import at:'|trans({}, 'Admin.Advparameters.Help') }}
<a href="{{ 'https://doc.prestashop.com/display/PS17/Import'|trans({}, 'Admin.Advparameters.Help') }}" target="_blank" rel="noopener noreferrer nofollow">
{{ 'https://doc.prestashop.com/display/PS17/Import'|trans({}, 'Admin.Advparameters.Help') }}
<a href="{{ 'https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import'|trans({}, 'Admin.Advparameters.Help') }}" target="_blank" rel="noopener noreferrer nofollow">
{{ 'https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/import'|trans({}, 'Admin.Advparameters.Help') }}
</a>
</p>
<p class="alert-text">
Expand Down
5 changes: 2 additions & 3 deletions tools/build/doc/Install_PrestaShop.html
Expand Up @@ -5,8 +5,7 @@
<title>Install PrestaShop</title>
</head>
<body>
<a href="http://doc.prestashop.com/display/PS17/Installing+PrestaShop?utm_source=html_installer">You will be redirected to the getting started guide</a>
<script type="text/javascript">document.location.href = 'http://doc.prestashop.com/display/PS17/Installing+PrestaShop?utm_source=html_installer';</script>
<a href="https://docs.prestashop-project.org/1.7-documentation/getting-started/installing-prestashop?utm_source=html_installer">You will be redirected to the getting started guide</a>
<script type="text/javascript">document.location.href = 'https://docs.prestashop-project.org/1.7-documentation/getting-started/installing-prestashop?utm_source=html_installer';</script>
</body>
</html>

0 comments on commit 009d780

Please sign in to comment.