From a59c4f3e413ba30e29382fd822c67ead39009cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 19 Oct 2023 15:46:47 -0400 Subject: [PATCH] Start to switch default location in docs to our Forgejo --- tools/creating-new-drutopia-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index 6324ef0..0721ae5 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -29,7 +29,7 @@ Commands for copying throughout will assume this above setup. ## Create a new site project -Ordinarily this will live under https://gitlab.com/agaric/sites (for Agaric clients) or https://gitlab.com/drutopia-platform/sites (for direct Drutopia platform members). +Ordinarily this will live under https://git.agaric.com/example-client (for Agaric clients) or https://git.agaric.com/drutopia-platform (for direct Drutopia platform members). Copy the `composer.json`, `composer.lock`, and `.gitignore` files used by the appropriate build source, such as the [default build source for the Drutopia Platform](https://gitlab.com/drutopia-platform/build_source).