Skip to content

Commit e2af8d5

Browse files
authored
[skip changelog] Add link to library dependency resolution process docs from library specification (#842)
Many of the things documented in the library specification are used as determining factors in library dependency resolution. An understanding of how the components of a library influence dependency resolution priorities can be very helpful to a library developer.
1 parent 7da6c07 commit e2af8d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/library-specification.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Arduino development software supports multiple microcontroller architectures (e.
1313

1414
## See also
1515

16-
The Arduino library style guide is here : http://arduino.cc/en/Reference/APIStyleGuide
16+
* [Arduino library style guide](http://arduino.cc/en/Reference/APIStyleGuide)
17+
* [Library dependency resolution process documentation](../sketch-build-process/#dependency-resolution)
1718

1819
## 1.5 library format (rev. 2.2)
1920

0 commit comments

Comments
 (0)