diff --git a/source/docs/software/what-is-wpilib.rst b/source/docs/software/what-is-wpilib.rst index 23cd5eae8e..43a0a69b64 100644 --- a/source/docs/software/what-is-wpilib.rst +++ b/source/docs/software/what-is-wpilib.rst @@ -4,12 +4,14 @@ .. figure:: /assets/wpilib-generic.svg :alt: The logo for the WPI Robotics Library. + :target: http://wpilib.org :width: 500 The WPI Robotics Library ([WPILib](https://wpilib.org)) is the standard :term:`software library` provided for teams to write code for their FRC\ |reg| robots. WPILib contains a set of useful classes and subroutines for interfacing with various parts of the FRC control system (such as sensors, motor controllers, and the driver station), as well as an assortment of other utility functions. .. image:: /assets/wpi-logo.png :alt: The Worcester Polytechnic Institute (WPI) logo. + :target: http://wpi.edu :width: 500 ## Supported languages