Skip to content

Commit 4a96f0f

Browse files
authored
Merge pull request #5 from purduesigbots/fix-lvgl-doc-version
📝 fix lvgl docs link from master to 3.8
2 parents e777885 + a98563f commit 4a96f0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The C++ API is designed for those who want to take an object oreinted approach t
4040

4141

4242
# C API Headers
43-
The C API is designed for more advanced users who would rather program functionally than object oreinted.
43+
The C API is designed for more advanced users who would rather program functionally than object oreinted.
4444

4545
### C Motor Functions
4646

@@ -75,11 +75,11 @@ The C API is designed for more advanced users who would rather program functiona
7575

7676
PROS also includes LVGL installed as a default template, a graphics library that enables users to create advanced
7777
user interfaces on the V5's screen. For LVGL's features, please refer to LVGL's documentation:
78-
- [Official LVGL 8.3.x Documentation](https://docs.lvgl.io/master/index.html)
78+
- [Official LVGL 8.3.x Documentation](https://docs.lvgl.io/8.3/index.html)
7979
- [Archive of the LVGL 5.3.x Documentation](https://gcec-2918.github.io/LVGL_v5-3_Documentation_Archive/)
8080

8181
# Okapi
8282

83-
Bundled with PROS as a default templateis also Okapi, a powerful motion control library for advanced users.
83+
Bundled with PROS as a default templateis also Okapi, a powerful motion control library for advanced users.
8484
For Okapi's API, please check Okapi's documentation:
8585
- [Official Okapi Documentation](https://okapilib.github.io/OkapiLib/index.html)

0 commit comments

Comments
 (0)