From 85b8378c1eb4f031c43654323e86653b8b458571 Mon Sep 17 00:00:00 2001 From: Jaz <72360053+jazhe@users.noreply.github.com> Date: Mon, 28 Mar 2022 10:43:41 -0600 Subject: [PATCH] Link updated Software Development forum link broken --- .../hacking/01.software/LibraryTutorial/LibraryTutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hacking/01.software/LibraryTutorial/LibraryTutorial.md b/content/hacking/01.software/LibraryTutorial/LibraryTutorial.md index 3f8b3a9233..9e8c659827 100644 --- a/content/hacking/01.software/LibraryTutorial/LibraryTutorial.md +++ b/content/hacking/01.software/LibraryTutorial/LibraryTutorial.md @@ -225,6 +225,6 @@ It's also nice to provide people with an example sketch that uses your library. If you'd like to check out the complete library (with keywords and example), you can download it: [Morse.zip](https://www.arduino.cc/en/uploads/Hacking/Morse.zip). -That's all for now but I'll probably write an advanced library tutorial soon. In the meantime, if you have any problems or suggestions, please post them to the [Software Development forum](http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?board=dev). +That's all for now but I'll probably write an advanced library tutorial soon. In the meantime, if you have any problems or suggestions, please post them to the [Software Development forum](https://forum.arduino.cc/c/development/libraries/39). -For more information, see the [API Style Guide](https://www.arduino.cc/en/Reference/APIStyleGuide) for information on making a good Arduino-style API for your library. \ No newline at end of file +For more information, see the [API Style Guide](https://www.arduino.cc/en/Reference/APIStyleGuide) for information on making a good Arduino-style API for your library.