Skip to content

Commit

Permalink
Fix more dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Sep 28, 2024
1 parent fdbfb79 commit c9ad67a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/install_setup/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/install_setup/digital_ocean.md
Original file line number Diff line number Diff line change
@@ -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.

<a href="https://www.digitalocean.com/?refcode=b1d13ebe86ac&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%202.svg" alt="DigitalOcean Referral Badge" /></a>

Expand Down
2 changes: 1 addition & 1 deletion docs/install_setup/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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).
2 changes: 1 addition & 1 deletion docs/install_setup/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/install_setup/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/install_setup/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c9ad67a

Please sign in to comment.