Skip to content

Commit 36b5ceb

Browse files
committed
[#13] Fix linking and a typo in the autogeneration instructions
1 parent 4aaf3d3 commit 36b5ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/autogeneration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
These steps are provided as an example of how to generate a client in the event you would like to generate your own.
44

5-
We used the python generator from openapi-generator (https://openapi-generator.tech/docs/generators/python/). They provide generators for various languages.
5+
We used the python generator from [openapi-generator](https://openapi-generator.tech/docs/generators/python/). They provide generators for various languages.
66

7-
1. Install OpenAI Generator (https://openapi-generator.tech/docs/installation)
7+
1. Install [openapi-generator](https://openapi-generator.tech/docs/installation)
88
2. To get help with options for the python generator: ``openapi-generator-cli config-help -g python``
99
3. To generate a python client specifying a directory of custom templates: ``openapi-generator-cli generate -g python -c config/open_api_autogenerator_config.yml -i config/openapi.json -o src -t custom_templates``

0 commit comments

Comments
 (0)