Skip to content

Commit f413b9b

Browse files
committed
Fix broken link to Defining Mandatory Arguments section
1 parent c4cfd7c commit f413b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/chapter-02/05_keyword_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ All of them can be called positionally or by name.
7070

7171
![Set To Dictionary Keyword Documentation](/img/Set_To_Dictionary_part_1.png)
7272

73-
This keyword has one :term[Mandatory Argument] `dictionary` which can be called positionally or by name. See [Mandatory Args](../chapter-03/user_keyword).
73+
This keyword has one :term[Mandatory Argument] `dictionary` which can be called positionally or by name. See [Mandatory Args](chapter-03/03_user_keyword.md#3351-defining-mandatory-arguments).
7474
The latter two arguments are optional and can be used depending on the style of defining keys and values the user likes most.
7575

7676
The argument `key_value_pairs` is a :term[Variable Number of Positional Arguments] and can only be set by position.

0 commit comments

Comments
 (0)