Skip to content

Commit 551e925

Browse files
committed
Switched .md links to .html
1 parent 26df2fa commit 551e925

25 files changed

+110
-110
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Label| Description
160160
[create issue]: https://help.github.com/articles/creating-an-issue/
161161
[create pr]: https://help.github.com/articles/creating-a-pull-request/
162162
[Definition of Done]: https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing_dod.html
163-
[devdocs]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md
163+
[devdocs]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.html
164164
[existing issues]: https://github.com/magento/magento2-functional-testing-framework/issues?q=is%3Aopen+is%3Aissue
165165
[existing PRs]: https://github.com/magento/magento2-functional-testing-framework/pulls?q=is%3Aopen+is%3Apr
166166
[GitHub documentation]: https://help.github.com/articles/syncing-a-fork

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ See the license [here][] or contact [license@magentocommerce.com][] for a copy.
7070

7171
<!-- Link Definitions -->
7272
[Getting Started]: https://devdocs.magento.com/mftf/getting-started.html
73-
[Contribution Guidelines]: .github/CONTRIBUTING.md
73+
[Contribution Guidelines]: .github/CONTRIBUTING.html
7474
[DevDocs Contributing]: https://github.com/magento/devdocs/blob/master/.github/CONTRIBUTING.md
7575
[security@magento.com]: mailto:security@magento.com
7676
[encryption key]: https://info2.magento.com/rs/magentoenterprise/images/security_at_magento.asc

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/best-practices.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,19 @@ Since the configurable product module could be disabled, this approach is more r
148148

149149
<!-- Link definitions -->
150150

151-
[`<after>`]: test/actions.md#before-and-after
152-
[`<before>`]: test/actions.md#before-and-after
153-
[`<comment>`]: test/actions.md#comment
154-
[`<createData>`]: test/actions.md#createdata
155-
[`<deleteData>`]: test/actions.md#deletedata
156-
[`<wait>`]: test/actions.md#wait
157-
[`<waitForElement>`]: test/actions.md#waitforelement
158-
[`<waitForElementVisible>`]: test/actions.md#waitforelementvisible
159-
[`<waitForLoadingMaskToDisappear>`]: test/actions.md#waitforloadingmasktodisappear
160-
[Action group]: test/action-groups.md
161-
[annotations]: test/annotations.md
162-
[entity]: data.md
163-
[extension]: extending.md
164-
[merging]: merging.md
165-
[parameterized selectors]: section/parameterized-selectors.md
166-
[sections]: section.md
151+
[`<after>`]: test/actions.html#before-and-after
152+
[`<before>`]: test/actions.html#before-and-after
153+
[`<comment>`]: test/actions.html#comment
154+
[`<createData>`]: test/actions.html#createdata
155+
[`<deleteData>`]: test/actions.html#deletedata
156+
[`<wait>`]: test/actions.html#wait
157+
[`<waitForElement>`]: test/actions.html#waitforelement
158+
[`<waitForElementVisible>`]: test/actions.html#waitforelementvisible
159+
[`<waitForLoadingMaskToDisappear>`]: test/actions.html#waitforloadingmasktodisappear
160+
[Action group]: test/action-groups.html
161+
[annotations]: test/annotations.html
162+
[entity]: data.html
163+
[extension]: extending.html
164+
[merging]: merging.html
165+
[parameterized selectors]: section/parameterized-selectors.html
166+
[sections]: section.html

docs/commands/codeception.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ Options:
8181

8282
<!-- Link definitions -->
8383

84-
[mftf tool]: mftf.md
85-
[annotation]: ../test/annotations.md
84+
[mftf tool]: mftf.html
85+
[annotation]: ../test/annotations.html

docs/commands/mftf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,11 @@ vendor/bin/mftf upgrade:tests /Users/user/magento2/app/code/Magento/Catalog/Test
384384

385385
<!-- LINK DEFINITIONS -->
386386

387-
[configuration]: ../configuration.md
387+
[configuration]: ../configuration.html
388388
[Reference]: #reference
389389
[build]: #buildproject
390390
[setup]: #setupenv
391-
[Reporting]: ../reporting.md
391+
[Reporting]: ../reporting.html
392392

393393
<!-- Abbreviations -->
394394

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,6 @@ BROWSER=firefox
254254
<!-- Link definitions -->
255255

256256
[`MAGENTO_CLI_COMMAND_PATH`]: #magento_cli_command_path
257-
[generateDate]: test/actions.md#generatedate
258-
[mftf]: commands/mftf.md
257+
[generateDate]: test/actions.html#generatedate
258+
[mftf]: commands/mftf.html
259259
[timezones]: http://php.net/manual/en/timezones.php

docs/credentials.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The decrypted values are only available in the `.credentials` file.
9494
The MFTF tests delivered with Magento application do not use credentials and do not cover external services, because of sensitivity of the data.</div>
9595

9696
<!-- Link definitions -->
97-
[`fillField`]: test/actions.md#fillfield
98-
[data]: data.md
99-
[initial setup]: getting-started.md
100-
[test reports]: reporting.md
97+
[`fillField`]: test/actions.html#fillfield
98+
[data]: data.html
99+
[initial setup]: getting-started.html
100+
[test reports]: reporting.html

docs/data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This emphasizes the practice for the `stepKey` of `createData` to be descriptive
7474

7575
## Use data returned by test actions
7676

77-
A test can also reference data that was returned as a result of [test actions](./test/actions.md#actions-returning-a-variable), like the action `<grabValueFrom selector="someSelector" stepKey="grabStepKey>`.
77+
A test can also reference data that was returned as a result of [test actions](./test/actions.html#actions-returning-a-variable), like the action `<grabValueFrom selector="someSelector" stepKey="grabStepKey>`.
7878

7979
Further in the test, the data grabbed by the `someSelector` selector can be referenced using the `stepKey` value. In this case, it is `grabStepKey`.
8080

@@ -89,7 +89,7 @@ The following example shows the usage of `grabValueFrom` in testing, where the r
8989

9090
The data to operate against can be included as literals in a test. Hard-coded data input can be useful in assertions.
9191

92-
See also [Actions](./test/actions.md).
92+
See also [Actions](./test/actions.html).
9393

9494
```xml
9595
userInput="We'll email you an order confirmation with details and tracking info."

docs/extending.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ __Use case__: Create an entity named `DivPanelGreen`, which is similar to the `D
363363
```
364364

365365
<!-- Link definitions -->
366-
[test]: ./test.md
367-
[data]: ./data.md
368-
[action group]: ./test/action-groups.md
369-
[actions]: ./test/actions.md
366+
[test]: ./test.html
367+
[data]: ./data.html
368+
[action group]: ./test/action-groups.html
369+
[actions]: ./test/actions.html

0 commit comments

Comments
 (0)