Skip to content

Commit ca35c54

Browse files
authored
Correct library reference URL in metadata
The library.properties `url` field provides a location for users to find information about the library. The automatically generated library reference pages are accessed via a URL based on the library `name` value converted to all lower case. Use of the real library name with upper case letters results in a 404.
1 parent 6e85502 commit ca35c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=Arduino <[email protected]>
55
sentence=Allows use of the Arduino Motor Carrier
66
paragraph=(Nano and MKR version)
77
category=Signal Input/Output
8-
url=https://www.arduino.cc/reference/en/libraries/ArduinoMotorCarrier/
8+
url=https://www.arduino.cc/reference/en/libraries/arduinomotorcarrier/
99
architectures=samd
1010
includes=ArduinoMotorCarrier.h

0 commit comments

Comments
 (0)