Skip to content

Commit 9a696b5

Browse files
committed
Update format of library.properties documentation link
A change to the way the arduino/arduino-cli repository's documentation is published results in links that don't specify the version via the URL providing increasingly outdated content. The new link will always point the the documentation associated with the latest release of Arduino CLI.
1 parent d486f81 commit 9a696b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Note: the original space-separated list format is also supported. When this synt
7878
##### Library Manager
7979

8080
Keys:
81-
- `name` - name of the library, as defined in the `name` field of its [library.properties](https://arduino.github.io/arduino-cli/library-specification/#libraryproperties-file-format) metadata file. The library will be installed to a folder matching the name, but with any spaces replaced by `_`.
81+
- `name` - name of the library, as defined in the `name` field of its [library.properties](https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format) metadata file. The library will be installed to a folder matching the name, but with any spaces replaced by `_`.
8282
- `version` - version of the library to install. Default is the latest version.
8383

8484
##### Local path

0 commit comments

Comments
 (0)