From 4fae02fca2aac857a022e7b4cfb4ea42af64b7a6 Mon Sep 17 00:00:00 2001 From: Lelebees <42876663+Lelebees@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:35:02 +0100 Subject: [PATCH] Fix outdated API spec links Remove `/docs` from the links to the api docs. This commit may not fix the links on the github pages-site --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5675993..0c677da 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ but rather a community driven effort to provide the information of Helldivers 2 The API does not require authentication (unless you'd like higher rate limits than the default, see [rate limits](#rate-limits)), so all you need to do is call it's publicly available endpoints. -We provide an [OpenAPI](https://helldivers-2.github.io/api/docs/openapi/Helldivers-2-API.json) specification of the community API as well as -a [SwaggerUI](https://helldivers-2.github.io/api/docs/openapi/swagger-ui.html) (which visualizes the OpenAPI document). We also provide an -[OpenAPI](https://helldivers-2.github.io/api/docs/openapi/Helldivers-2-API_arrowhead.json) of the official ArrowHead studio's API we use +We provide an [OpenAPI](https://helldivers-2.github.io/api/openapi/Helldivers-2-API.json) specification of the community API as well as +a [SwaggerUI](https://helldivers-2.github.io/api/openapi/swagger-ui.html) (which visualizes the OpenAPI document). We also provide an +[OpenAPI](https://helldivers-2.github.io/api/openapi/Helldivers-2-API_arrowhead.json) of the official ArrowHead studio's API we use internally, however we strongly encourage you to use the `/raw` endpoints of the community wrapper instead of accessing the ArrowHead API directly, as it puts additional load on their servers (besides, we have shinier endpoints, I swear!).