From c9ad67a194cc009175a0fc414e6d6ce5187865c2 Mon Sep 17 00:00:00 2001 From: David Straub Date: Sat, 28 Sep 2024 22:59:13 +0200 Subject: [PATCH] Fix more dead links --- docs/install_setup/configuration.md | 2 +- docs/install_setup/digital_ocean.md | 2 +- docs/install_setup/quickstart.md | 2 +- docs/install_setup/s3.md | 2 +- docs/install_setup/setup.md | 4 ++-- docs/install_setup/users.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/install_setup/configuration.md b/docs/install_setup/configuration.md index f1b19d9..a5539d4 100644 --- a/docs/install_setup/configuration.md +++ b/docs/install_setup/configuration.md @@ -8,7 +8,7 @@ This page lists all methods to change the configuration and all existing configu For the settings, you can either use a configuration file or environment variables. -When you use the [Docker Compose based setup](Deployment.md), you can include a configuration file by adding the following list item under the `volumes:` key in the `grampsweb:` block: +When you use the [Docker Compose based setup](install_setup/deployment.md), you can include a configuration file by adding the following list item under the `volumes:` key in the `grampsweb:` block: ```yaml - /path/to/config.cfg:/app/config/config.cfg diff --git a/docs/install_setup/digital_ocean.md b/docs/install_setup/digital_ocean.md index 6001480..cad43e8 100644 --- a/docs/install_setup/digital_ocean.md +++ b/docs/install_setup/digital_ocean.md @@ -1,6 +1,6 @@ # Gramps Web DigitalOcean 1-Click App -Instead of [setting up Gramps Web yourself](Deployment.md), you can also use the [Gramps Web DigitalOcean 1-Click App](https://marketplace.digitalocean.com/apps/gramps-web?refcode=b1d13ebe86ac&action=deploy). Digital Ocean hosts the Demo version of Gramps Web. +Instead of [setting up Gramps Web yourself](install_setup/deployment.md), you can also use the [Gramps Web DigitalOcean 1-Click App](https://marketplace.digitalocean.com/apps/gramps-web?refcode=b1d13ebe86ac&action=deploy). Digital Ocean hosts the Demo version of Gramps Web. DigitalOcean Referral Badge diff --git a/docs/install_setup/quickstart.md b/docs/install_setup/quickstart.md index a009ced..27990a9 100644 --- a/docs/install_setup/quickstart.md +++ b/docs/install_setup/quickstart.md @@ -18,4 +18,4 @@ docker run -p "5055:5000" -e TREE=new \ ghcr.io/gramps-project/grampsweb:latest ``` -Note that this will not persist the changes you make to the database when you restart the container. To properly set up Gramps Web, continue reading about [Deployment](Deployment.md). \ No newline at end of file +Note that this will not persist the changes you make to the database when you restart the container. To properly set up Gramps Web, continue reading about [Deployment](install_setup/deployment.md). \ No newline at end of file diff --git a/docs/install_setup/s3.md b/docs/install_setup/s3.md index 624cb03..0d8478e 100644 --- a/docs/install_setup/s3.md +++ b/docs/install_setup/s3.md @@ -35,7 +35,7 @@ replacing "My Family Tree" with the name of your family tree and `my_bucket_name To use the new S3 bucket as media source for Gramps Web, simply set the `MEDIA_BASE_DIR` [configuration option](Configuration.md) to `s3://my_bucket_name`. -When using [Docker Compose](Deployment.md), the easiest option is to add all environment variables to the `env` block: +When using [Docker Compose](install_setup/deployment.md), the easiest option is to add all environment variables to the `env` block: ```yaml env: diff --git a/docs/install_setup/setup.md b/docs/install_setup/setup.md index f499590..30ae327 100644 --- a/docs/install_setup/setup.md +++ b/docs/install_setup/setup.md @@ -22,12 +22,12 @@ While the first option gives you maximal flexibility and control, it can also be The most convenient way to self-host Gramps Web is via Docker Compose. We also provide Docker images for the ARM architecture, so you can run Gramps Web on a Raspberry Pi in your basement. -See [Deploy with Docker](Deployment.md) for setup instructions. +See [Deploy with Docker](install_setup/deployment.md) for setup instructions. ## Self-host in the cloud -Installing Gramps Web can be more challenging than other, simple web applications and is not compatible with ordinary "shared hosting" providers. You can sign up for a virtual server and install Gramps Web [manually](Deployment.md). +Installing Gramps Web can be more challenging than other, simple web applications and is not compatible with ordinary "shared hosting" providers. You can sign up for a virtual server and install Gramps Web [manually](install_setup/deployment.md). A simpler option is to use a pre-installed cloud image. One example is our [DigitalOcean 1-click app](DigitalOcean.md). diff --git a/docs/install_setup/users.md b/docs/install_setup/users.md index f198fd7..0e9d8d2 100644 --- a/docs/install_setup/users.md +++ b/docs/install_setup/users.md @@ -28,7 +28,7 @@ The owner account required to first access the web app can be added in the onboa ### Managing users on the command line -When using [Docker Compose](Deployment.md), the basic command is +When using [Docker Compose](install_setup/deployment.md), the basic command is ```bash docker compose run grampsweb python3 -m gramps_webapi user COMMAND [ARGS]