Skip to content

Commit 473f046

Browse files
committed
Fixed documentation URL for PrestaShop 9.0.x
1 parent 1d9f14b commit 473f046

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
### ❗️ Read this before submitting your bug report:
99
- **Write in English.** Reports in all other languages will be closed.
1010
- **Provide as much detail as possible** - error logs, screenshots, your exact configuration. If the issue cannot be reproduced, it cannot be fixed.
11-
- **Follow the [bug report guidelines](https://devdocs.prestashop-project.org/8/contribute/contribute-reporting-issues/#best-practices-for-writing-an-issue).** This will help issue managers qualify your report faster.
11+
- **Follow the [bug report guidelines](https://devdocs.prestashop-project.org/9/contribute/contribute-reporting-issues/#best-practices-for-writing-an-issue).** This will help issue managers qualify your report faster.
1212
- **Avoid reporting "error 500" or "white page" errors** - this is a universal error message that does not provide enough information to qualify the issue. Enable debug mode in the Performance section of PrestaShop or manually in `/config/defines.inc.php` and try again. You should get a proper error message.
1313
- If reporting a problem with the upgrade process, open `/admin/autoupgrade/tmp` and attach the last part of `log.txt` to the issue. It may contain information about the upgrade errors helpful in resolving the issue. Do not upload the entire `log.txt` as it contains sensitive data.
1414
- type: checkboxes

INSTALL.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
To install PrestaShop 9, you need a web server running PHP 8.1+ and any flavor of MySQL 5.6+ (MySQL, MariaDB, Percona Server, etc.).
5050

51-
You can find more information on our System requirements (https://devdocs.prestashop-project.org/8/basics/installation/system-requirements/) page and on the System Administrator Guide (https://docs.prestashop-project.org/1-6-documentation/english-documentation/system-administrator-guide).
51+
You can find more information on our System requirements (https://devdocs.prestashop-project.org/9/basics/installation/system-requirements/) page and on the System Administrator Guide (https://docs.prestashop-project.org/1-6-documentation/english-documentation/system-administrator-guide).
5252

5353
=== Installing PrestaShop
5454

classes/webservice/WebserviceRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class WebserviceRequestCore
6464
*
6565
* @var string
6666
*/
67-
protected $_docUrl = 'https://devdocs.prestashop-project.org/8/webservice';
67+
protected $_docUrl = 'https://devdocs.prestashop-project.org/9/webservice';
6868

6969
/**
7070
* Set if the authentication key was checked.

src/PrestaShopBundle/Resources/views/Admin/Configure/AdvancedParameters/Webservice/index.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{% endblock %}
4646

4747
{% block webservice_api_status %}
48-
{% set devdocUrl = 'https://devdocs.prestashop-project.org/8/webservice/' %}
48+
{% set devdocUrl = 'https://devdocs.prestashop-project.org/9/webservice/' %}
4949

5050
{% if webserviceStatus.isEnabled == true %}
5151
<div class="card">

src/PrestaShopBundle/Resources/views/Admin/Improve/International/Currency/Blocks/exchange_rates.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</label>
3939
<div class="col-sm">
4040
<small class="form-text">
41-
{{ 'Check the [a]developer documentation[/a] for setup instructions.'|trans({'[a]': '<a href="https://devdocs.prestashop-project.org/8/faq/pricing/#refresh-exchange-rates" target="_blank">', '[/a]': '</a>'}, 'Admin.International.Notification')|raw }}
41+
{{ 'Check the [a]developer documentation[/a] for setup instructions.'|trans({'[a]': '<a href="https://devdocs.prestashop-project.org/9/faq/pricing/#refresh-exchange-rates" target="_blank">', '[/a]': '</a>'}, 'Admin.International.Notification')|raw }}
4242
</small>
4343
</div>
4444
</div>

tests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We use [Mocha](https://mochajs.org/), [Playwright](https://github.com/microsoft/
2828

2929
## How to write e2e tests
3030

31-
Please refer to our [documentation](https://devdocs.prestashop-project.org/8/testing/ui-tests/how-to-contribute-and-create-ui-tests/).
31+
Please refer to our [documentation](https://devdocs.prestashop-project.org/9/testing/ui-tests/how-to-contribute-and-create-ui-tests/).
3232

3333
# Unit tests
3434

0 commit comments

Comments
 (0)