From 31e40f8a2500251ba12e79179fd170dc0fc19773 Mon Sep 17 00:00:00 2001 From: Grant Meyerhoff Date: Mon, 17 Jun 2024 15:45:13 -0500 Subject: [PATCH] coding guidelines: use reference-style link brackets for ni-python --- CODING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING.md b/CODING.md index d176ab92d..7f95c1d56 100644 --- a/CODING.md +++ b/CODING.md @@ -123,7 +123,7 @@ std::map 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).