You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Note: the original space-separated list format is also supported. When this synt
78
78
##### Library Manager
79
79
80
80
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 `_`.
82
82
- `version`- version of the library to install. Default is the latest version.
0 commit comments