File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments