Skip to content

Commit

Permalink
More dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Sep 28, 2024
1 parent 7c34f1e commit 83fcfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install_setup/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The web API **must** be served to the public internet over HTTPS. There are seve
- Using docker hosting that includes SSL/TLS automatically
- Using an Nginx Reverse Proxy with a Let's Encrypt certificate

See [Docker with Let's Encrypt](LetsEncrypt.md) for how to set up the former.
See [Docker with Let's Encrypt](lets_encrypt.md) for how to set up the former.

If you plan to use Gramps Web only on your local network, you can skip this step.

Expand All @@ -50,4 +50,4 @@ There are several options for uploading media files.

- When using files stored on the same server as Gramps Web, you can mount a directory into the Docker container instead of using a named volume, i.e. `/home/server_user/gramps_media/:/app/media`instead of `gramps_media:/app/media`, and upload your media files there.
- When using media files [hosted on S3](s3.md), you can use he S3 Media Uploader Addon
- The arguably most convenient option is to use [Gramps Web Sync](user-guide/sync.md).
- The arguably most convenient option is to use [Gramps Web Sync](../administration/sync.md).

0 comments on commit 83fcfdb

Please sign in to comment.