Skip to content

Commit

Permalink
SDL3/CategoryStorage: Fix link in Storage introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo authored and SDLWikiBot committed Jan 2, 2025
1 parent 24bf8b3 commit cd7f4c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SDL3/CategoryStorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd7f4c9

Please sign in to comment.