aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Tillmanns <maddimax@gmail.com>2023-08-30 02:34:00 +0200
committerGitHub <noreply@github.com>2023-08-29 19:34:00 -0500
commit783f09a7c0ff75f96a65bef61abcc5f9191ef370 (patch)
tree0d9bc6d1ab0d7f601700fd76eca9e3d73ea84b90
parent10ab2202f24d427a7ebab699cc6edc5375407743 (diff)
downloadcompiler-explorer-gh-8655.tar.gz
compiler-explorer-gh-8655.zip
Fix link to formatter section (#5437)gh-8655
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.
-rw-r--r--docs/API.md2
1 files changed, 1 insertions, 1 deletions
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 `<formatter>` when requesting `POST /api/format/<formatter>`. The `type` key in the
JSON request corresponds to one of the `formatters.<key>.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/<formatter>` - perform a formatter run