diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index 04dc609..ee4aa77 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -5,7 +5,7 @@ Agaric manages a large number of Drupal, primarily [Drutopia](https://drutopia.o Please see [the Drutopia Platform README for an overview of hosting and deploying Drutopia sites](https://gitlab.com/drutopia-platform/drutopia_host#introduction ) If you won't be deploying, skip overall setup. -Following this guide requires a working [DDEV](https://ddev.readthedocs.io/en/latest/) installation. See also the [general Git setup](tools/git-setup) if you have not yet. +Following this guide requires a working [DDEV](https://ddev.readthedocs.io/en/latest/) installation. See also the [general Git setup](git-setup) if you have not yet. ## Overall setup diff --git a/tools/ddev-local-development-environment.md b/tools/ddev-local-development-environment.md index bae4987..a1ecff5 100644 --- a/tools/ddev-local-development-environment.md +++ b/tools/ddev-local-development-environment.md @@ -26,4 +26,4 @@ See [creating new Drutopia sites](creating-new-drutopia-site) for per-site ddev ## See also - * [Git setup](tools/git-setup) + * [Git setup](git-setup)