diff --git a/SDL3/CategoryStorage.md b/SDL3/CategoryStorage.md index e56a3cd68..9379173ba 100644 --- a/SDL3/CategoryStorage.md +++ b/SDL3/CategoryStorage.md @@ -2,9 +2,9 @@ The storage API is a high-level API designed to abstract away the portability issues that come up when using something lower-level (in SDL's -case, this sits on top of [SDL_filesystem](SDL_filesystem)). It is -significantly more restrictive than a typical filesystem API, for a number -of reasons: +case, this sits on top of the [Filesystem](CategoryFilesystem) and +[IOStream](CategoryIOStream) subsystems). It is significantly more restrictive +than a typical filesystem API, for a number of reasons: 1. **What to Access:** A common pitfall with existing filesystem APIs is the assumption that all storage is monolithic. However, many other