From bf9f639dcee0e6bd680ec32fff97e83a57d3c521 Mon Sep 17 00:00:00 2001 From: Shizun Ge Date: Wed, 1 Nov 2023 20:51:47 -0700 Subject: [PATCH] fix links to examples --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index a46a54b..a4b3f86 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,11 +2,11 @@ > The default container user has uid 65534. -## [docker-simple](./examples/docker-simple) +## [docker-simple](./docker-simple) An example how to setup endlessh-go, Prometheus, and Grafana using [docker compose](https://docs.docker.com/compose/). -## [docker-maxmind](./examples/docker-maxmind) +## [docker-maxmind](./docker-maxmind) An example how to setup endlessh-go with the Maxmind GeoIP Database.