Skip to content

Commit 548722c

Browse files
fix data object path in doc
1 parent c556f93 commit 548722c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api_docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Welcome to the OllieOS Program API documentation.
66

77
This document provides an overview of the APIs available to your program and their usage.
88

9-
The APIs and context are exposed to the program by passing a [data object](./interfaces/Program_Types.ProgramMainData.html) to the program's `main` function.
9+
The APIs and context are exposed to the program by passing a [data object](./interfaces/ProgramMainData.html) to the program's `main` function.
1010

1111
## Categories
1212

0 commit comments

Comments
 (0)