Skip to content

Commit

Permalink
Fix header links (#95)
Browse files Browse the repository at this point in the history
* Fix header links

Co-authored-by: Evan Zhang <29607503+Ninjaclasher@users.noreply.github.com>
  • Loading branch information
fluix-dev and Ninjaclasher committed Oct 2, 2020
1 parent 3db35a2 commit 093a894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

The DMOJ supports a simple JSON API for accessing most data used by the backend. Currently, there are two versions.

- [API v2](?id=dmoj-api-v2) - A more rich API that returns user-specific data. This version fully utilizes API tokens.
- [API v1](?id=dmoj-api-v1) - Most data returned here are accessible by any user. This version may be deprecated in the future.
- [API v2](#dmoj-api-v2) - A more rich API that returns user-specific data. This version fully utilizes API tokens.
- [API v1](#dmoj-api-v1) - Most data returned here are accessible by any user. This version may be deprecated in the future.

## API Tokens

Expand Down

0 comments on commit 093a894

Please sign in to comment.