From 4cf0e5e6db8f050832079cbc8a3c4264d5c8c8ee Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 19 Jan 2021 23:00:54 -0800 Subject: [PATCH] Add quick links to API documentation in README (#3082) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1002fc701b..e1b77f1b6d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # WPILib Project ![CI](https://github.com/wpilibsuite/allwpilib/workflows/CI/badge.svg) +[![C++ Documentation](https://img.shields.io/badge/documentation-c%2B%2B-blue)](https://first.wpi.edu/wpilib/allwpilib/docs/development/cpp/) +[![Java Documentation](https://img.shields.io/badge/documentation-java-orange)](https://first.wpi.edu/wpilib/allwpilib/docs/development/java/) Welcome to the WPILib project. This repository contains the HAL, WPILibJ, and WPILibC projects. These are the core libraries for creating robot programs for the roboRIO.