Skip to content

Commit f1a29c6

Browse files
committed
Move chapter reference from inline link into glossary tooltip
1 parent c4cfd7c commit f1a29c6

2 files changed

Lines changed: 2 additions & 2 deletions

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.
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.

website/static/glossary/glossary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"term": "Mandatory Argument",
232232
"aliases": [],
233233
"abbreviation": "",
234-
"definition": "Argument kind in a keyword specification without a default value that must be provided in calls and that precedes optional arguments."
234+
"definition": "Argument kind in a keyword specification without a default value that must be provided in calls and that precedes optional arguments. See [Defining Mandatory Arguments](/docs/chapter-03/user_keyword#3351-defining-mandatory-arguments)."
235235
},
236236
{
237237
"term": "Suite Metadata",

0 commit comments

Comments
 (0)