From fa9963a7372c760fd0ab6a1bd65e3be648b67287 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 4 Oct 2019 14:11:32 +0200 Subject: [PATCH] fixing load testing link in documentation --- Makefile | 1 + build/docs/content/12-scalability.md | 2 +- docs/index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 26dbe1dc..53885c12 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ tests: # generate documentation. doc: + make workspace docker build -t $(DOCKER_REPOSITORY)/gotenberg:docs -f build/docs/Dockerfile . docker run --rm -it -v "$(PWD):/gotenberg/docs" $(DOCKER_REPOSITORY)/gotenberg:docs diff --git a/build/docs/content/12-scalability.md b/build/docs/content/12-scalability.md index 924012b4..7b30ef41 100644 --- a/build/docs/content/12-scalability.md +++ b/build/docs/content/12-scalability.md @@ -15,7 +15,7 @@ Indeed, Google Chrome misbehaves if there are too many concurrent conversions. **The more concurrent requests, the more `504` HTTP codes the API will return.** -> See our [load testing use case](../loadtesting) for more details about the API behaviour under heavy load. +> See our [load testing use case](https://github.com/thecodingmachine/gotenberg/tree/master/loadtesting) for more details about the API behaviour under heavy load. ## Strategies diff --git a/docs/index.html b/docs/index.html index b3a1335a..9b004cb1 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1329,7 +1329,7 @@ Indeed, Google Chrome misbehaves if there are too many concurrent conversions.The more concurrent requests, the more 504 HTTP codes the API will return.

-

See our load testing use case for more details about the API behaviour under heavy load.

+

See our load testing use case for more details about the API behaviour under heavy load.