diff --git a/PythonExamples/README.md b/PythonExamples/README.md index 9f3dfc2..1d5a337 100644 --- a/PythonExamples/README.md +++ b/PythonExamples/README.md @@ -14,5 +14,5 @@ Each example can be run just by typing `python3 example.py` Each example has an accompanying description as markdown file, plus annotated code. - * [randomnumber] - * [quote] + * [randomnumber](randomnumber.md) + * [quote](quote.md) diff --git a/PythonExamples/randomnumber.md b/PythonExamples/randomnumber.md index 17ac548..838f47e 100644 --- a/PythonExamples/randomnumber.md +++ b/PythonExamples/randomnumber.md @@ -1,4 +1,4 @@ -# Quote +# Get random This example demonstrates the use of ESAPI.get_random @@ -27,4 +27,4 @@ type is r is a10ab7558675a56c as int 11604288967829464428 -``` \ No newline at end of file +```