Skip to content

Commit

Permalink
coding guidelines: use reference-style link brackets for ni-python
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeyerho authored and joergho committed Jul 2, 2024
1 parent 6b7d388 commit 31e40f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 31e40f8

Please sign in to comment.