Skip to content

Commit a37f093

Browse files
authored
Change general API links to 2027 (#3054)
1 parent d426563 commit a37f093

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

source/docs/software/networktables/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This section outlines the details of using the NetworkTables (v4) API to communicate information across the robot network.
44

5-
.. important:: The code examples in this section are not intended for the user to copy-paste. Ensure that the following documentation is thoroughly read and the API ([Java](https://github.wpilib.org/allwpilib/docs/release/java/index.html), [C++](https://github.wpilib.org/allwpilib/docs/release/cpp/index.html), :ref:`Python <robotpy:ntcore_api>`) is consulted when necessary.
5+
.. important:: The code examples in this section are not intended for the user to copy-paste. Ensure that the following documentation is thoroughly read and the API ([Java](https://github.wpilib.org/allwpilib/docs/2027/java/index.html), [C++](https://github.wpilib.org/allwpilib/docs/2027/cpp/index.html), :ref:`Python <robotpy:ntcore_api>`) is consulted when necessary.
66

77
.. toctree::
88
:maxdepth: 1

source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Community translations can be found in a variety of languages in the menu toward
219219

220220
Java, C++, and Python class documentation.
221221

222-
.. button-link:: https://github.wpilib.org/allwpilib/docs/release/java/index.html
222+
.. button-link:: https://github.wpilib.org/allwpilib/docs/2027/java/index.html
223223
:color: primary
224224
:shadow:
225225
:align: center
@@ -228,7 +228,7 @@ Community translations can be found in a variety of languages in the menu toward
228228

229229
Java
230230

231-
.. button-link:: https://github.wpilib.org/allwpilib/docs/release/cpp/index.html
231+
.. button-link:: https://github.wpilib.org/allwpilib/docs/2027/cpp/index.html
232232
:color: primary
233233
:shadow:
234234
:align: center
@@ -369,8 +369,8 @@ Community translations can be found in a variety of languages in the menu toward
369369
:caption: API Docs
370370
:hidden:
371371

372-
WPILib Java API Docs <https://github.wpilib.org/allwpilib/docs/release/java/index.html>
373-
WPILib C++ API Docs <https://github.wpilib.org/allwpilib/docs/release/cpp/index.html>
372+
WPILib Java API Docs <https://github.wpilib.org/allwpilib/docs/2027/java/index.html>
373+
WPILib C++ API Docs <https://github.wpilib.org/allwpilib/docs/2027/cpp/index.html>
374374
WPILib Python API Docs <https://robotpy.readthedocs.io/projects/robotpy/en/stable/>
375375

376376
.. toctree::

source/stubs/api-docs-stub.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Java and CSS class documentation.
88
:maxdepth: 1
99
:hidden:
1010

11-
WPILib Java API Docs <https://github.wpilib.org/allwpilib/docs/release/java/index.html>
12-
WPILib C++ API Docs <https://github.wpilib.org/allwpilib/docs/release/cpp/index.html>
11+
WPILib Java API Docs <https://github.wpilib.org/allwpilib/docs/2027/java/index.html>
12+
WPILib C++ API Docs <https://github.wpilib.org/allwpilib/docs/2027/cpp/index.html>
1313
WPILib Python API Docs <https://robotpy.readthedocs.io/projects/robotpy/en/stable/api.html>

0 commit comments

Comments
 (0)