Skip to content

Commit

Permalink
Merge pull request #20 from per1234/update-lm-instructions-url
Browse files Browse the repository at this point in the history
Update URL for Library Manager submission instructions
  • Loading branch information
gilmaimon authored Jul 29, 2021
2 parents f627a96 + bf0e3bc commit 40620c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/explanation/doesnotexist.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function DoesNotExist (props) {
<p>
There might be a typo in the library name, version, or the library
might not be published yet. If you want to add your own library
to Library Manager, follow <a href="https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#how-can-i-add-my-library-to-library-manager">these instructions</a>
to Library Manager, follow <a href="https://github.com/arduino/library-registry#adding-a-library-to-library-manager">these instructions</a>
</p>

<NavLink to="/">
Expand All @@ -39,7 +39,7 @@ function DoesNotExist (props) {
<p>
There might be a typo in the library name or the library
might not be published yet. If you want to add your own library
to Library Manager, follow <a href="https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ#how-can-i-add-my-library-to-library-manager">these instructions</a>
to Library Manager, follow <a href="https://github.com/arduino/library-registry#adding-a-library-to-library-manager">these instructions</a>
</p>

<NavLink to="/">
Expand Down

0 comments on commit 40620c9

Please sign in to comment.