File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
photon-server/src/main/java/org/photonvision Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ public static void main(String[] args) {
182
182
logger .error (
183
183
"SystemCore is not a supported platform for PhotonVision!\n "
184
184
+ "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." );
186
186
187
187
File jarLocation = getJarLocation ();
188
188
if (jarLocation == null ) {
@@ -196,7 +196,7 @@ public static void main(String[] args) {
196
196
writer .write ("SystemCore is not a supported platform for PhotonVision.\n " );
197
197
writer .write ("PhotonVision has been uninstalled from this device.\n " );
198
198
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." );
200
200
}
201
201
} catch (IOException e ) {
202
202
logger .error ("Failed to create SystemCore not supported file" , e );
You can’t perform that action at this time.
0 commit comments