Skip to content

Commit 9fcabed

Browse files
committed
fixed links to incorrect branch of code blooded repos
1 parent 0423fd6 commit 9fcabed

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/docs/ivy/example-repos.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ points to a specific file that demonstrates Ivy usage.
99

1010
[GitHub Repository](https://github.com/BeepBot99/CodeBloodedDecodeV2)
1111

12-
- [RobotOpMode.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/main/src/main/java/org/firstinspires/ftc/teamcode/robot/RobotOpMode.java) — base OpMode class that integrates the Scheduler
13-
- [Intake.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/main/src/main/java/org/firstinspires/ftc/teamcode/subsystems/Intake.java) — subsystem defining commands with `Commands.*`
14-
- [Turret.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/main/src/main/java/org/firstinspires/ftc/teamcode/subsystems/Turret.java) — subsystem using `Commands.infinite` for continuous control
15-
- [BlueClose15Full.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/main/src/main/java/org/firstinspires/ftc/teamcode/opmodes/autos/BlueClose15Full.java) — autonomous OpMode scheduling command sequences
16-
- [CompetitionTeleOp.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/main/src/main/java/org/firstinspires/ftc/teamcode/opmodes/teleop/CompetitionTeleOp.java) — teleop OpMode scheduling commands from subsystems
12+
- [RobotOpMode.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/master/src/main/java/org/firstinspires/ftc/teamcode/robot/RobotOpMode.java) — base OpMode class that integrates the Scheduler
13+
- [Intake.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/master/src/main/java/org/firstinspires/ftc/teamcode/subsystems/Intake.java) — subsystem defining commands with `Commands.*`
14+
- [Turret.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/master/src/main/java/org/firstinspires/ftc/teamcode/subsystems/Turret.java) — subsystem using `Commands.infinite` for continuous control
15+
- [BlueClose15Full.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/master/src/main/java/org/firstinspires/ftc/teamcode/opmodes/autos/BlueClose15Full.java) — autonomous OpMode scheduling command sequences
16+
- [CompetitionTeleOp.java](https://github.com/BeepBot99/CodeBloodedDecodeV2/blob/master/src/main/java/org/firstinspires/ftc/teamcode/opmodes/teleop/CompetitionTeleOp.java) — teleop OpMode scheduling commands from subsystems
1717

1818
## #22131 Traffic Cones
1919

0 commit comments

Comments
 (0)