Skip to content

[skip changelog] Remove inaccurate "3rd party" descriptions from documentation #818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/library-specification.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is the specification for the 3rd party library format to be used with Arduino IDE 1.5.x onwards.
This is the specification for the Arduino library format, to be used with Arduino IDE 1.5.x onwards.

* rev.1 has been implemented starting with Arduino IDE version 1.5.3 (now superseded by rev.2)
* rev.2 will be implemented starting from version Arduino IDE 1.5.6
Expand Down
2 changes: 1 addition & 1 deletion docs/platform-specification.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This specification is a 3rd party hardware format to be used in Arduino development software starting from the Arduino IDE 1.5.x series.<br>
This is the Arduino platform specification, for use with Arduino development software starting from the Arduino IDE 1.5.x series.<br>
Platforms add support for new boards to the Arduino development software. They are installable either via [Boards Manager](package_index_json-specification.md) or manual installation to the *hardware* folder of Arduino's sketchbook folder.<br>
A platform may consist of as little as a single configuration file.

Expand Down