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.