Skip to content

Commit b4769cc

Browse files
committed
Update link to Library Manager submission instructions
The library submission documentation was moved from the wiki of the Arduino IDE 1.x repository to the dedicated repository for the Arduino Library Manager registry. There was still a redirection link at the previously referenced page, but it will be best for this link to send the reader directly to the relevant information, as is done by this change.
1 parent 8942978 commit b4769cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/learn/01.starting-guide/04.software-libraries/libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A number of libraries come installed with the IDE, but you can also download or
2323

2424
Once it has finished, an **Installed** tag should appear next to the Bridge library, so you can go ahead and close the library manager.
2525

26-
Now the new library will be available in the **Sketch > Include Library** menu. If you want to add your own library to Library Manager, follow [these instructions](https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ).
26+
Now the new library will be available in the **Sketch > Include Library** menu. If you want to add your own library to Library Manager, follow [these instructions](https://github.com/arduino/library-registry#adding-a-library-to-library-manager).
2727

2828
### Online IDE
2929

content/software/ide-v1/tutorials/installing-libraries/installing-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once it has finished, an _Installed_ tag should appear next to the Bridge librar
3131
![](assets/LibraryManager_3.png)
3232

3333
You can now find the new library available in the _Sketch > Include Library_ menu.
34-
If you want to add your own library to Library Manager, follow [these instructions](https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ).
34+
If you want to add your own library to Library Manager, follow [these instructions](https://github.com/arduino/library-registry#adding-a-library-to-library-manager).
3535

3636
## Importing a .zip Library
3737

0 commit comments

Comments
 (0)