Skip to content

Commit 81d5711

Browse files
committed
updated links
1 parent 03770e5 commit 81d5711

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

docs/source/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ To help everyone that wants to understand the coding process and language involv
1414
Note: I will try to keep updating for as long as possible but please request features and give feedback
1515
=======================================================================================================
1616

17-
Feedback `here <https://gramgra07.github.io/gg-web/feedback.html>`_
17+
Feedback `here <https://gramgra07.github.io/gg-web/content/feedback/feedback.html>`_
1818

1919
GitHub Repo located here: `repo <https://github.com/GramGra07/WHS-FTC-Code_Training_Module>`_
2020

21+
Tutorial Videos located `here <https://www.youtube.com/playlist?list=PL1fIjF60Zomk1agzg7Mp8WgeA0oDZPckW>`_
22+
2123
Updating your devices
2224
=====================
2325

docs/source/md/advanced/OpModeRegistrars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ public final class AutonomousRegistrar {
3434
Essentially, it just allows you to remove the ```@Autonomous``` or ```@TeleOp``` tags from your OpModes and instead use a registrar to register them, providing one central spot all of them are registered and stored.
3535
As well as this, if you start using constructors for your teleOp, ex getting Alliance color, this is an easy way because you can change it to include Alliance color as a param. While this is possible, it is not recommended as if you have to change back, it will not allow initialization.
3636

37-
You can use this [website](https://gramgra07.github.io/OpModeRegistrarCreator/) that I made to generate code for you.
37+
You can use this [website](https://gramgra07.github.io/gg-web/content/ftcUtils/opmode_registrar_creator/index.html) that I made to generate code for you.

docs/source/md/advanced/ServoStateMachines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ This works because you send a command, and then when it gets updated, it will ru
4848

4949
**Do not** forget the break, or it will try to do all in one.
5050

51-
An easy way to set this up is to use this [website](https://gramgra07.github.io/SM-creator/) I made to generate code for you.
51+
An easy way to set this up is to use this [website](https://gramgra07.github.io/gg-web/content/ftcUtils/sm_creator/index.html) I made to generate code for you.

docs/source/md/advanced/subsystem-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ To create your own:
242242

243243
OR
244244

245-
Use this handy website I created to generate code for a subsystem! [Subsystem Generator](https://gramgra07.github.io/SubsystemMaker/)
245+
Use this handy website I created to generate code for a subsystem! [Subsystem Generator](https://gramgra07.github.io/gg-web/content/ftcUtils/subsystem_maker/index.html)
246246

247247
### Another option is to use my abstract class
248248

docs/source/md/common-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Common Errors
22

3-
You should look up errors [here](https://gramgra07.github.io/FTC-Error-Lookup/) as well as requesting and adding errors [here](https://github.com/GramGra07/FTC-Error-Lookup/issues).
3+
You should look up errors [here](https://gramgra07.github.io/gg-web/content/ftcUtils/ftc_error_lookup/index.html) as well as requesting and adding errors [here](https://github.com/GramGra07/FTC-Error-Lookup/issues).
44

55
## OpMode not appearing on the Driver Station
66

0 commit comments

Comments
 (0)