Skip to content

Commit

Permalink
fix LUA links
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed Feb 24, 2024
1 parent b0c954c commit f0a28b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/01-Welcome-to-FOME.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ The first page to view should probably be [the FOME Overview page](Intro-Start-H
- [Cylinder Angle Offset](Advanced-Features/Cylinder-Angle-Offset)
- [Knock control](Advanced-Features/Knock-Control)
- [Launch Control](Advanced-Features/Launch-Control)
- [LUA Scripting](Advanced-Features/LUA-Scripting)
- [Lua Scripting](Advanced-Features/Lua-Scripting)
- [MAP sampling angle](Advanced-Features/MAP-Sampling-Angle)
- [Multi-Dimensional Mapping](Advanced-Features/Multi-Dimensional-Mapping)
- [Override Table Axis](Advanced-Features/Override-Table-Axis)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ VVT Position for bank 1 or 2 intake and exhaust,
Ethanol % sensed from the Flex Fuel,
Aux Linear Sensors 1 and 2,
GPPWM Outputs 1 to 4,
LUA outputs 1 and 2, RPM,
Lua outputs 1 and 2, RPM,
Detected Gear,

All of the above can be considered the additional dimensions the system is able to be mapped for once selected.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const config: Config = {
},
{
from: '/r/lua',
to: '/Advanced-Features/LUA-Scripting/',
to: '/Advanced-Features/Lua-Scripting/',
},
{
from: '/r/vr',
Expand Down

0 comments on commit f0a28b9

Please sign in to comment.