coding guidelines: use reference-style link brackets for ni-python

This commit is contained in:
Grant Meyerhoff 2024-06-17 15:45:13 -05:00 committed by joergho
parent 6b7d38871c
commit 31e40f8a25

View file

@ -123,7 +123,7 @@ std::map<std::string, std::string> bar =
* Starting with UHD 4.0, Python 2 is no longer supported, and we don't need to
accommodate for it any longer. Prefer Python 3 constructs.
* We follow the [NI Python Style Guidelines](ni-python). Install
* We follow the [NI Python Style Guidelines][ni-python]. Install
`ni-python-styleguide` to help following the recommendations (e.g., by running
`pip install ni-python-styleguide`. The tool is available
[on GitHub](https://github.com/ni/python-styleguide).