Skip to content

Commit ed7e115

Browse files
committed
Update text + fix broken link
1 parent 7746488 commit ed7e115

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

content/software/ide-v1/tutorials/installing-libraries/installing-libraries.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@ Once you are comfortable with the Arduino software and using the built-in functi
99

1010
## What are Libraries?
1111

12-
Libraries are a collection of code that makes it easy for you to connect
13-
to a sensor, display, module, etc. For example, the built-in
14-
LiquidCrystal library makes it easy to talk to character LCD displays.
15-
There are hundreds of additional libraries available on the Internet for
16-
download. The built-in libraries and some of these additional libraries
17-
are [listed in the reference](arduino.cc/en/Reference/Libraries). To use the
18-
additional libraries, you will need to install them.
12+
Libraries are a collection of code that makes it easy for you to connect to a sensor, display, module, etc. For example, the [LiquidCrystal library](https://www.arduino.cc/reference/en/libraries/liquidcrystal/) makes it easy to talk to character LCD displays.
13+
14+
There are thousands of libraries available for download directly through the Arduino IDE, and you can find all of them listed at the [Arduino Library Reference](https://www.arduino.cc/reference/en/libraries/).
1915

2016

2117
## Using the Library Manager

0 commit comments

Comments
 (0)