From cd4ba4d575aaeb6bc8dd35f3eec154f80e8a0cf4 Mon Sep 17 00:00:00 2001 From: Dean Brettle Date: Tue, 20 May 2025 18:08:18 -0700 Subject: [PATCH] Update README.md Change link to one that will work on school chromebooks (which block github.io). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf5a94e4..ba8e7046 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FRC Team 199 Library -This projects builds `lib199.jar` which contains code that reuse across projects/years. The javadocs can be found [here](https://deepbluerobotics.github.io/lib199/). +This projects builds `lib199.jar` which contains code that reuse across projects/years. The javadocs can be found [here](https://docs.team199.org/lib199/). ## Changelog A changelog is automatically generated with each release and is available on the [Releases](https://github.com/DeepBlueRobotics/lib199/releases) page. Please write documentation for all changes and, if significant enough, add appropriate information to the [programming training website](https://deep-blue-training.readthedocs.io/en/latest/).