From 783f09a7c0ff75f96a65bef61abcc5f9191ef370 Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Wed, 30 Aug 2023 02:34:00 +0200 Subject: [PATCH] Fix link to formatter section (#5437) Changed Link "https://github.com/compiler-explorer/compiler-explorer/blob/main/etc/config/compiler-explorer.amazon.properties#L43" to a relative link and fixed the display to be less huge. --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 9ca085ecf..c91cae7a6 100644 --- a/docs/API.md +++ b/docs/API.md @@ -173,7 +173,7 @@ structure: The name property corresponds to the `` when requesting `POST /api/format/`. The `type` key in the JSON request corresponds to one of the `formatters..type` found in -https://github.com/compiler-explorer/compiler-explorer/blob/main/etc/config/compiler-explorer.amazon.properties#L43 +[compiler-explorer.amazon.properties:43](../etc/config/compiler-explorer.amazon.properties#L43) ### `POST /api/format/` - perform a formatter run