From df5bc3b74d2aedc19fe1bbaab1b7e74c4a07cffd Mon Sep 17 00:00:00 2001 From: Martin Kleinschrodt Date: Tue, 12 Apr 2022 16:34:00 +0200 Subject: [PATCH] Remove duplicate text --- docs/examples/hosting/docker/README.md | 6 +++--- docs/examples/hosting/docker/nginx/README.md | 3 --- packages/server/README.md | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/examples/hosting/docker/README.md b/docs/examples/hosting/docker/README.md index 6ebeceda..429e6722 100644 --- a/docs/examples/hosting/docker/README.md +++ b/docs/examples/hosting/docker/README.md @@ -3,6 +3,6 @@ This directory contains various examples on hosting the Padloc server and web app via Docker. -- [Basic Example](basic/README.md) -- [Example of using **NGINX** as a reverse proxy](nginx/README.md) -- [Advanced Example using **Postgres**, **NGINX** and **Letsencrypt**](postgres-nginx-letsencrypt/README.md) +- [Basic Example](basic) +- [Example of using **NGINX** as a reverse proxy](nginx) +- [Advanced Example using **Postgres**, **NGINX** and **Letsencrypt**](postgres-nginx-letsencrypt) diff --git a/docs/examples/hosting/docker/nginx/README.md b/docs/examples/hosting/docker/nginx/README.md index 207c21c1..1dd27d13 100644 --- a/docs/examples/hosting/docker/nginx/README.md +++ b/docs/examples/hosting/docker/nginx/README.md @@ -4,9 +4,6 @@ This is a basic example of running an instance of the Padloc server component and web app with Docker Compose, using [NGINX](https://www.nginx.com/) as a reverse proxy. -This is a basic example of running an instance of the Padloc server component -and web app via Docker + Docker Compose. - ## Setup Instructions 0. Install [Docker](https://docs.docker.com/get-docker/) and diff --git a/packages/server/README.md b/packages/server/README.md index e716bcb7..5c41c7a9 100644 --- a/packages/server/README.md +++ b/packages/server/README.md @@ -16,7 +16,7 @@ docker run padloc/server ``` For some examples of a Docker-based setup, check out our -[Docker Examples](../../docs/examples/hosting/docker/README.md). +[Docker Examples](../../docs/examples/hosting/docker). ### Directly through Node.js