From 02b18b4950a819394ef098e481b8e8a199161ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Thu, 9 Dec 2021 22:28:36 -0500 Subject: [PATCH] Fix reference to git setup, path based on title only not subfolder --- tools/creating-new-drutopia-site.md | 2 +- tools/ddev-local-development-environment.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)