From ebdfab5b1b870ae1788aa8092cda2ad17781e75e Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 7 Mar 2024 21:05:33 -0600 Subject: [PATCH] Update multi-site-examples.md --- embedded-server/multi-site-support/multi-site-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded-server/multi-site-support/multi-site-examples.md b/embedded-server/multi-site-support/multi-site-examples.md index 0f38a9a..00adbc0 100644 --- a/embedded-server/multi-site-support/multi-site-examples.md +++ b/embedded-server/multi-site-support/multi-site-examples.md @@ -4,7 +4,7 @@ description: All the Multi-Site examples you need to get started with Multi-Site # Multi-Site Examples -This Github repository has several Multi-Site examples in the folders starting with the words `multi-site-`. Here is an overview of a few of them. +This [Github repository](https://github.com/Ortus-Solutions/commandbox-tests) has several Multi-Site examples in the folders starting with the words `multi-site-`. Here is an overview of a few of them. ### Basic Multi-Site configured in server.json @@ -274,7 +274,7 @@ Full example here: [https://github.com/Ortus-Solutions/commandbox-tests/tree/mas ### Per-site siteConfigFile -This example is similar to above, but instead of pointing to the web root of each site, it points to the site config file for each site, which are stored outside of the web roots: +This example is similar to above, but instead of pointing to the web root of each site, it points to the site config file for each site, which is stored outside of the web roots: {% code title="server.json" %} ```javascript