From 0fb5814663e51ec858b12f3901036ad2356409d1 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 8 Sep 2023 12:59:01 +0800 Subject: [PATCH] Fix broken link in run-with-nginx.md (#870) --- docs/src/run-with-nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/run-with-nginx.md b/docs/src/run-with-nginx.md index 0758551fa..f3e6a0a02 100644 --- a/docs/src/run-with-nginx.md +++ b/docs/src/run-with-nginx.md @@ -36,7 +36,7 @@ services: - ./pg_data:/var/lib/postgresql/data ``` -You can find an example NGINX configuration file [here](https://github.com/maplibre/martin/blob/main/nginx.conf). +You can find an example NGINX configuration file [here](https://github.com/maplibre/martin/blob/main/demo/frontend/nginx.conf). ## Rewriting URLs