From 1d2007e84bc52dee85ac8a66d1ae53fe31cf9922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 29 Jun 2020 17:18:08 -0400 Subject: [PATCH] Fix note syntax --- creating-new-drutopia-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creating-new-drutopia-site.md b/creating-new-drutopia-site.md index ddae4b2..94e29bf 100644 --- a/creating-new-drutopia-site.md +++ b/creating-new-drutopia-site.md @@ -21,7 +21,7 @@ git clone git@gitlab.com:drutopia-platform/build_artifacts.git git clone git@gitlab.com:drutopia-platform/hosting_private.git ``` -```note +```{note} These last two repositories are private to Agaric and others maintaining the Drutopia platform, so if you're following along at home you'll have to create your own analogs, per [the documentation](https://gitlab.com/drutopia-platform/drutopia_host#introduction). ```