From 554c619ea2164276d698453edbe753434cf9be49 Mon Sep 17 00:00:00 2001 From: Alec Delaney <89490472+tekktrik@users.noreply.github.com> Date: Fri, 30 Jan 2026 09:17:39 -0500 Subject: [PATCH 1/2] Fix markdown in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f2aadb..c451f09 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,5 @@ circuitpython-build-bundles --filename_prefix --library_loc ## Contributing -Contributions are welcome! Please read our [Code of Conduct] -(https://github.com/adafruit/Adafruit\_CircuitPython\_adabot/blob/master/CODE\_OF\_CONDUCT.md) +Contributions are welcome! Please read our [Code of Conduct](https://github.com/adafruit/Adafruit\_CircuitPython\_adabot/blob/master/CODE\_OF\_CONDUCT.md) before contributing to help this project stay welcoming. From cf00939d0d9eac90a40d8dc232b8a7b31d8a17be Mon Sep 17 00:00:00 2001 From: Alec Delaney <89490472+tekktrik@users.noreply.github.com> Date: Fri, 30 Jan 2026 09:20:26 -0500 Subject: [PATCH 2/2] Fix Code of Conduct link destination --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c451f09..70b8652 100644 --- a/README.md +++ b/README.md @@ -50,5 +50,5 @@ circuitpython-build-bundles --filename_prefix --library_loc ## Contributing -Contributions are welcome! Please read our [Code of Conduct](https://github.com/adafruit/Adafruit\_CircuitPython\_adabot/blob/master/CODE\_OF\_CONDUCT.md) +Contributions are welcome! Please read our [Code of Conduct](https://github.com/adafruit/circuitpython-build-tools/blob/main/CODE_OF_CONDUCT.md) before contributing to help this project stay welcoming.