Skip to content

Commit

Permalink
Fix outdated docs URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 19, 2024
1 parent 2b9d046 commit 0124f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/export.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ExportOptions from "./shared/ExportOptions";

const HELP_URL = "https://github.com/Mechanical-Advantage/AdvantageScope/blob/main/docs/EXPORT.md#options";
const HELP_URL = "https://docs.advantagescope.org/more-features/export/#options";

const FORMAT = document.getElementById("format") as HTMLInputElement;
const SAMPLING_MODE = document.getElementById("samplingMode") as HTMLInputElement;
Expand Down
2 changes: 1 addition & 1 deletion src/main/assetsUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
} from "./Constants";

const USER_ASSETS_README =
'This folder contains extra assets for the odometry, 3D field, and joystick views. For more details, see the "Custom Fields/Robots/Joysticks" page in the AdvantageScope documentation (available through the documentation tab in the app or the URL below).\n\nhttps://github.com/Mechanical-Advantage/AdvantageScope/blob/main/docs/CUSTOM-ASSETS.md';
'This folder contains extra assets for the odometry, 3D field, and joystick views. For more details, see the "Custom Fields/Robots/Joysticks" page in the AdvantageScope documentation (available through the documentation tab in the app or the URL below).\n\nhttps://docs.advantagescope.org/more-features/custom-assets';
const CONVERT_LEGACY_ALLOWED_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWxYZabcdefghijklnopqrstuvwxyz0123456789".split("");

/** Returns the path to the user assets folder. */
Expand Down

0 comments on commit 0124f27

Please sign in to comment.