Skip to content

Commit bbb9b68

Browse files
authored
Update docs link
1 parent 66322cc commit bbb9b68

File tree

1 file changed

+2
-2
lines changed
  • photon-server/src/main/java/org/photonvision

1 file changed

+2
-2
lines changed

photon-server/src/main/java/org/photonvision/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public static void main(String[] args) {
182182
logger.error(
183183
"SystemCore is not a supported platform for PhotonVision!\n "
184184
+ "PhotonVision will now proceed to uninstall itself from this device.\n"
185-
+ "Please visit https://docs.photonvision.org/en/latest/docs/quick-start/common-setups.html#unsupported-devices for more information.");
185+
+ "Please visit https://docs.photonvision.org/en/latest/docs/quick-start/common-setups.html#systemcore-support for more information.");
186186

187187
File jarLocation = getJarLocation();
188188
if (jarLocation == null) {
@@ -196,7 +196,7 @@ public static void main(String[] args) {
196196
writer.write("SystemCore is not a supported platform for PhotonVision.\n");
197197
writer.write("PhotonVision has been uninstalled from this device.\n");
198198
writer.write(
199-
"Please visit https://docs.photonvision.org/en/latest/docs/quick-start/common-setups.html#unsupported-devices for more information.");
199+
"Please visit https://docs.photonvision.org/en/latest/docs/quick-start/common-setups.html#systemcore-support for more information.");
200200
}
201201
} catch (IOException e) {
202202
logger.error("Failed to create SystemCore not supported file", e);

0 commit comments

Comments
 (0)