Skip to content

Commit 651dac5

Browse files
committed
chore: rename downloads api to downloads service
1 parent a0192b6 commit 651dac5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
/paper/dev/command-api/arguments /paper/dev/command-api/basics/arguments-and-literals
2222
/adventure/contributing https://github.com/PaperMC/docs/blob/main/CONTRIBUTING.md
2323
/adventure/version-history/adventure-platform-fabric /adventure/version-history/adventure-platform-mod
24+
/misc/downloads-api /misc/downloads-service

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ export default defineConfig({
468468
items: [
469469
"misc/assets",
470470
"misc/contact",
471-
"misc/downloads-api",
471+
"misc/downloads-service",
472472
"misc/hangar-publishing",
473473
"misc/java-install",
474474
{

src/content/docs/misc/downloads-api.mdx renamed to src/content/docs/misc/downloads-service.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Downloads API
3-
description: Paper provides a downloads API that you can use to access builds.
4-
slug: misc/downloads-api
2+
title: Downloads Service
3+
description: Paper provides a downloads service that you can use to access builds.
4+
slug: misc/downloads-service
55
---
66

7-
PaperMC provides a downloads API to facilitate automated downloads access. Full documentation can be
8-
found on the [Downloads API Docs](https://fill.papermc.io/swagger-ui/index.html#/).
7+
PaperMC provides a downloads service to facilitate automated downloads access. Full documentation can be
8+
found on the [Downloads Service Docs](https://fill.papermc.io/swagger-ui/index.html#/).
99

1010
:::danger
1111

0 commit comments

Comments
 (0)