Skip to content

Commit a955fe5

Browse files
author
github-actions
committed
Autofix RLIs
1 parent 41e9352 commit a955fe5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/docs/software/commandbased/commands-v2/subsystems.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ The recommended method to create a subsystem for most users is to subclass the a
1515
.. tab-item:: Java
1616
:sync: Java
1717

18-
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.1.1/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/templates/commandbased/subsystems/ExampleSubsystem.java
18+
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/v2027.0.0-alpha-2/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/templates/commandbased/subsystems/ExampleSubsystem.java
1919
:language: java
2020
:lines: 7-
2121
:lineno-match:
2222

2323
.. tab-item:: C++
2424
:sync: C++
2525

26-
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.1.1/wpilibcExamples/src/main/cpp/templates/commandbased/include/subsystems/ExampleSubsystem.h
26+
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/v2027.0.0-alpha-2/wpilibcExamples/src/main/cpp/templates/commandbased/include/subsystems/ExampleSubsystem.h
2727
:language: c++
2828
:lines: 5-
2929
:lineno-match:
@@ -82,7 +82,7 @@ What might a functional subsystem look like in practice? Below is a simple pneum
8282
.. tab-item:: C++ (Header)
8383
:sync: C++ (Header)
8484

85-
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.1.1/wpilibcExamples/src/main/cpp/examples/HatchbotTraditional/include/subsystems/HatchSubsystem.h
85+
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/v2027.0.0-alpha-2/wpilibcExamples/src/main/cpp/examples/HatchbotTraditional/include/subsystems/HatchSubsystem.h
8686
:language: c++
8787
:lines: 5-
8888
:lineno-match:
@@ -120,7 +120,7 @@ Alternatively, instead of writing ``void`` public methods that are called from c
120120
.. tab-item:: C++ (Header)
121121
:sync: C++ (Header)
122122

123-
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/v2024.1.1/wpilibcExamples/src/main/cpp/examples/HatchbotInlined/include/subsystems/HatchSubsystem.h
123+
.. remoteliteralinclude:: https://raw.githubusercontent.com/wpilibsuite/allwpilib/v2027.0.0-alpha-2/wpilibcExamples/src/main/cpp/examples/HatchbotInlined/include/subsystems/HatchSubsystem.h
124124
:language: c++
125125
:lines: 5-
126126
:lineno-match:

0 commit comments

Comments
 (0)