Skip to content

Commit e2e02d7

Browse files
authored
Merge pull request #204 from magento-devdocs/ds_fix-docs-v2
Fix links in 2.x docs
2 parents 63a8e2f + a1533bb commit e2e02d7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,4 @@ WAIT_TIMEOUT=30
340340
[`MAGENTO_CLI_COMMAND_PATH`]: #magento_cli_command_path
341341
[generateDate]: test/actions.md#generatedate
342342
[mftf]: commands/mftf.md
343-
[timezones]: http://php.net/manual/en/timezones.php
343+
[timezones]: https://php.net/manual/en/timezones.php

docs/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,6 @@ Attributes|Type|Use|Description
283283
[`<required-entities>`]: #requiredentity-tag
284284
[`<var>`]: #var-tag
285285
[Actions]: ./test/actions.md
286-
[category creation]: http://docs.magento.com/m2/ce/user_guide/catalog/category-create.html
286+
[category creation]: https://docs.magento.com/user-guide/catalog/category-create.html
287287
[Credentials]: ./credentials.md
288288
[test actions]: ./test/actions.md#actions-returning-a-variable

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,15 +340,15 @@ allure serve dev/tests/_output/allure-results/
340340
[`MAGENTO_BP`]: configuration.html#magento_bp
341341
[`mftf`]: commands/mftf.html
342342
[allure docs]: https://docs.qameta.io/allure/
343-
[Allure Framework]: http://allure.qatools.ru/
343+
[Allure Framework]: https://github.com/allure-framework
344344
[basic configuration]: configuration.html#basic-configuration
345345
[chrome driver]: https://sites.google.com/a/chromium.org/chromedriver/downloads
346346
[Codeception Test execution]: https://blog.jetbrains.com/phpstorm/2017/03/codeception-support-comes-to-phpstorm-2017-1/
347347
[composer]: https://getcomposer.org/download/
348348
[Configuration]: configuration.html
349349
[contributing]: https://github.com/magento/magento2-functional-testing-framework/blob/develop/.github/CONTRIBUTING.md
350350
[install Allure]: https://github.com/allure-framework/allure2#download
351-
[java]: http://www.oracle.com/technetwork/java/javase/downloads/index.html
351+
[java]: https://www.oracle.com/java/technologies/downloads/
352352
[mftf tests]: introduction.html#mftf-tests
353353
[php]: https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements.html
354354
[PhpStorm]: https://www.jetbrains.com/phpstorm/

docs/reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Refer to the [Reporting section][] for more Allure CLI details.
341341
[`run:group`]: commands/mftf.md#rungroup
342342
[`run:test`]: commands/mftf.md#runtest
343343
[Allure Framework]: https://docs.qameta.io/allure/
344-
[Allure Test Report]: http://allure.qatools.ru/
344+
[Allure Test Report]: https://github.com/allure-framework
345345
[codecept]: commands/codeception.md
346346
[codeception]: https://codeception.com/docs/reference/Commands
347347
[mftf]: commands/mftf.md

docs/section/locator-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Given the above element definitions, you call the elements in a test just like a
4040
<!-- {% endraw %} -->
4141

4242
<!-- Link Definitions -->
43-
[Locator functions]: http://codeception.com/docs/reference/Locator
43+
[Locator functions]: https://codeception.com/docs/reference/Locator
4444
[section]: ../section.md
4545
[parameterized selectors]: ./parameterized-selectors.md

docs/test/annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ Attribute|Type|Use
215215

216216
[`@Description`]: https://devhub.io/zh/repos/allure-framework-allure-phpunit#extended-test-class-or-test-method-description
217217
[`@Features`]: https://devhub.io/zh/repos/allure-framework-allure-phpunit#map-test-classes-and-test-methods-to-features-and-stories
218-
[`@group`]: http://codeception.com/docs/07-AdvancedUsage#Groups
219-
[`@return`]: http://codeception.com/docs/07-AdvancedUsage#Examples
218+
[`@group`]: https://codeception.com/docs/07-AdvancedUsage#Groups
219+
[`@return`]: https://codeception.com/docs/07-AdvancedUsage#Examples
220220
[`@Severity`]: https://devhub.io/zh/repos/allure-framework-allure-phpunit#set-test-severity
221221
[`@Stories`]: https://devhub.io/zh/repos/allure-framework-allure-phpunit#map-test-classes-and-test-methods-to-features-and-stories
222222
[`@TestCaseId`]: https://github.com/allure-framework/allure1/wiki/Test-Case-ID

0 commit comments

Comments
 (0)