Skip to content

Commit c33569c

Browse files
samyoueltexnixe
authored andcommitted
fixed even more broken links
there are some more links, that are also not working
1 parent 171e564 commit c33569c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/2_cookbook/9_setup/0_ddev/cookbook-recipe.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ return [
143143
You can now access the site via `http://<ip>:8080` from anywhere in your local network. Replace `<ip>` with the IP of your computer in your local network, for example `http://192.168.178.12:8080`.
144144

145145

146-
The best option seems to be to set `url` to '/' for this use case, so that links to assets etc. still work. However, when doing this, the Panel is not installable out of the box, see (link: #panel-not-installable text: below).
146+
The best option seems to be to set `url` to '/' for this use case, so that links to assets etc. still work. However, when doing this, the Panel is not installable out of the box, see (link: #troubleshooting__panel-not-installable text: below).
147147

148148

149149
<info>
@@ -218,12 +218,12 @@ Make sure that you have no other webserver/services running on port 80/443. Mayb
218218

219219
### Panel not installable
220220

221-
In Kirby versions prior to v4.0.3, DDEV domains were not treated as local. If you are on an older version and get an error message when trying to access the Panel, and when making the domain accessible across your network as set out above, set `'panel.install' => true` in `/site/config/config.php`, or better still in an (link: text: environment specific config file).
221+
In Kirby versions prior to v4.0.3, DDEV domains were not treated as local. If you are on an older version and get an error message when trying to access the Panel, and when making the domain accessible across your network as set out above, set `'panel.install' => true` in `/site/config/config.php`, or better still in an (link: docs/guide/configuration#multi-environment-setup text: environment specific config file).
222222

223223

224224
Other DDEV issues? Head over to the (link: https://ddev.readthedocs.io/en/stable/users/usage/troubleshooting/ text: DDEV troubleshooting guide).
225225

226-
Other Kirby related issues: Ask us (link: forum.getkirby.com text: on the forum).
226+
Other Kirby related issues: Ask us (link: https://forum.getkirby.com text: on the forum).
227227

228228
----
229229

0 commit comments

Comments
 (0)