Skip to content

Commit 91f079d

Browse files
fixed memory link (#99)
1 parent 665453c commit 91f079d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-2x/writing-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Feature: Wikipedia
2323
In this scenario:
2424

2525
- `Search Input`, `Search Button`, and `Title` are aliases for corresponding [page objects](Guides/page-object.mdx).
26-
- `$wikipedia` is an alias for a [constant](./Guides/memory.md) URL.
26+
- `$wikipedia` is an alias for a [constant](./Guides/memory.mdx) URL.
2727

2828
## Page Objects
2929
Define the page objects in the page_object folder:

0 commit comments

Comments
 (0)