Skip to content

Commit fb11279

Browse files
authored
Fix outdated API spec links (#127)
1 parent d4feb98 commit fb11279

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ but rather a community driven effort to provide the information of Helldivers 2
1212
The API does not require authentication (unless you'd like higher rate limits than the default, see [rate limits](#rate-limits)),
1313
so all you need to do is call it's publicly available endpoints.
1414

15-
We provide an [OpenAPI](https://helldivers-2.github.io/api/docs/openapi/Helldivers-2-API.json) specification of the community API as well as
16-
a [SwaggerUI](https://helldivers-2.github.io/api/docs/openapi/swagger-ui.html) (which visualizes the OpenAPI document). We also provide an
17-
[OpenAPI](https://helldivers-2.github.io/api/docs/openapi/Helldivers-2-API_arrowhead.json) of the official ArrowHead studio's API we use
15+
We provide an [OpenAPI](https://helldivers-2.github.io/api/openapi/Helldivers-2-API.json) specification of the community API as well as
16+
a [SwaggerUI](https://helldivers-2.github.io/api/openapi/swagger-ui.html) (which visualizes the OpenAPI document). We also provide an
17+
[OpenAPI](https://helldivers-2.github.io/api/openapi/Helldivers-2-API_arrowhead.json) of the official ArrowHead studio's API we use
1818
internally, however we strongly encourage you to use the `/raw` endpoints of the community wrapper instead of accessing
1919
the ArrowHead API directly, as it puts additional load on their servers (besides, we have shinier endpoints, I swear!).
2020

0 commit comments

Comments
 (0)