Skip to content

Commit a57cd05

Browse files
committed
Fix broken link in doc [deploy site]
1 parent 022f9db commit a57cd05

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: website_and_docs/content/documentation/webdriver/elements/interactions.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are only 5 basic commands that can be executed on an element:
1414
* [send keys](https://w3c.github.io/webdriver/#element-send-keys) (only applies to text fields and content editable elements)
1515
* [clear](https://w3c.github.io/webdriver/#element-send-keys) (only applies to text fields and content editable elements)
1616
* submit (only applies to form elements)
17-
* select (see [Select List Elements](select_lists.md))
17+
* select (see [Select List Elements]({{< ref "select_lists.md" >}}))
1818

1919
## Additional validations
2020

Diff for: website_and_docs/content/documentation/webdriver/elements/interactions.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are only 5 basic commands that can be executed on an element:
1212
* [send keys](https://w3c.github.io/webdriver/#element-send-keys) (only applies to text fields and content editable elements)
1313
* [clear](https://w3c.github.io/webdriver/#element-send-keys) (only applies to text fields and content editable elements)
1414
* submit (only applies to form elements)
15-
* select (see [Select List Elements](select_lists.md))
15+
* select (see [Select List Elements]({{< ref "select_lists.md" >}}))
1616

1717
## Additional validations
1818

Diff for: website_and_docs/content/documentation/webdriver/elements/interactions.pt-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are only 5 basic commands that can be executed on an element:
1212
* [send keys](https://w3c.github.io/webdriver/#element-send-keys) (only applies to text fields and content editable elements)
1313
* [clear](https://w3c.github.io/webdriver/#element-send-keys) (only applies to text fields and content editable elements)
1414
* submit (only applies to form elements)
15-
* select (see [Select List Elements](select_lists.md))
15+
* select (see [Select List Elements]({{< ref "select_lists.md" >}}))
1616

1717
## Additional validations
1818

Diff for: website_and_docs/content/documentation/webdriver/elements/interactions.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: >
1212
* [发送键位](https://w3c.github.io/webdriver/#element-send-keys) (仅适用于文本字段和内容可编辑元素)
1313
* [清除](https://w3c.github.io/webdriver/#element-send-keys) (仅适用于文本字段和内容可编辑元素)
1414
* 提交 (仅适用于表单元素)
15-
* 选择 (参见 [选择列表元素](select_lists.md))
15+
* 选择 (参见 [选择列表元素]({{< ref "select_lists.md" >}}))
1616

1717
## 附加验证
1818

0 commit comments

Comments
 (0)