About how to activate library documentaion link for 3rd party arduino library

Hi,

I have created a library and it has recently been approved and now it is on the Arduino store.
The link read the documentation is not working, or maybe I do not know how to specify this link perhaps in my library itself.
So, could anyone tell why there is 404 error or do I have to create a library documentation link apart from the source code link ?

here is your problem

url= tbd

in library.properties

1 Like

Thanks. @Juraj
I will take care.

The bot even provided a warning about this when you submitted the library:

WARNING: library.properties url field value tbd does not have a valid URL format.                              
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP041)                                                                                          
WARNING: Unable to load the library.properties url field: Head "tbd": unsupported protocol scheme ""           
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP042)   
1 Like

Thanks, nice feature. I will add it in next release. :smiley:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.