Skip to content

Commit

Permalink
Fix link to variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Despa authored and Valentin Despa committed Jun 24, 2019
1 parent 87238f8 commit 4f53b8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cheatsheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Local variables are automatically removed once the tests have been executed.
Dynamic variables
-----------------

**Experimental feature**. Can only be used in request builder. Only ONE value is generated per request.
Can only be used in request builder. Only ONE value is generated per request.

All dynamic variables can be combined with strings, in order to generate dynamic / unique data.

Expand All @@ -193,7 +193,7 @@ Example JSON body:
{"name": "John Doe", "email": "john.doe.{{$timestamp}}@example.com"}
Please see the section dedicated to `Dynamic variables`_.
Please see the section dedicated to :ref:`dynamic-variables`.


Logging / Debugging variables
Expand Down
1 change: 1 addition & 0 deletions docs/dynamic-variables.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. _dynamic-variables:
*****************
Dynamic variables
*****************
Expand Down

0 comments on commit 4f53b8d

Please sign in to comment.