Skip to content

Commit a4c96be

Browse files
committed
Fix multisite setup link
1 parent 878bba4 commit a4c96be

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

content/docs/1_guide/10_configuration/3_multisite-setup/guide.txt

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Title: Multisite configuration
22

3-
43
----
54

6-
75
Description: Run multiple sites from the same Kirby installation.
86

97
----
@@ -12,7 +10,6 @@ Authors: - authors/sonja-broda
1210

1311
----
1412

15-
1613
Category: configuration
1714

1815
----

content/docs/3_cookbook/0_development-deployment/0_multisite-variant/cookbook-recipe.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following setup was tested on Linux OS (Ubuntu 18.04 and Debian 9) together
3434

3535
## In the filesystem
3636

37-
The proposed filesystem layout in (link: docs/quicktips/multisite text: the above-mentioned recipe) looks like this:
37+
The proposed filesystem layout in (link: /docs/guide/configuration/multisite-setup text: the above-mentioned recipe) looks like this:
3838

3939
```filesystem
4040
kirby/

site/config/features.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@
104104
'multi-site' => [
105105
'text' => 'Multi-site setup',
106106
'icon' => 'sitemap',
107-
'link' => '/docs/quicktips/multisite'
107+
'link' => '/docs/guide/configuration/multisite-setup'
108108
],
109109
];

0 commit comments

Comments
 (0)