From 697e52f886552922cb53591ed9a99256272af945 Mon Sep 17 00:00:00 2001 From: samfreund Date: Thu, 8 May 2025 18:30:42 -0500 Subject: [PATCH] lint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 843639a5a..977d8a334 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are interested in contributing code or documentation to the project, plea - Photon UI demo: [http://photonvision.global/](http://photonvision.global/) (or [manual link](https://photonvision.github.io/photonvision/built-client/)) - Javadocs: [javadocs.photonvision.org](https://javadocs.photonvision.org) (or [manual link](https://photonvision.github.io/photonvision/built-docs/javadoc/)) - C++ Doxygen [cppdocs.photonvision.org](https://cppdocs.photonvision.org) (or [manual link](https://photonvision.github.io/photonvision/built-docs/doxygen/html/)) -- Python Documentation [pydocs.photonvision.org](https://pydocs.photonvision.org) +- Python Documentation [pydocs.photonvision.org](https://pydocs.photonvision.org) ## Building Gradle is used for all C++ and Java code, and NPM is used for the web UI. Instructions to compile PhotonVision yourself can be found [in our docs](https://docs.photonvision.org/en/latest/docs/contributing/building-photon.html#compiling-instructions).