Skip to content

Commit ec72ffe

Browse files
authored
Update Customisation.md
1 parent c81dbbf commit ec72ffe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

community/Customisation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ of the BlueMap WebApp, and recompile it manually.
152152
To get started, you should clone the BlueMap repo using git.
153153
([link](https://github.com/BlueMap-Minecraft/BlueMap?tab=readme-ov-file#development))
154154

155-
Then, inside [`BlueMapCommon/webapp/`](https://github.com/BlueMap-Minecraft/BlueMap/tree/master/BlueMapCommon/webapp),
155+
Then, inside [`common/webapp/`](https://github.com/BlueMap-Minecraft/BlueMap/tree/master/common/webapp),
156156
you will find the source code for the webapp.
157157

158158
You can now edit that however you'd like. The important commands for running and compiling are described in the
159-
[readme](https://github.com/BlueMap-Minecraft/BlueMap/tree/master/BlueMapCommon/webapp#readme).
159+
[readme](https://github.com/BlueMap-Minecraft/BlueMap/tree/master/common/webapp#readme).
160160

161-
Once you've made your changes and recompiled it, you can copy the `BlueMapCommon/webapp/dist/` folder to your server,
161+
Once you've made your changes and recompiled it, you can copy the `common/webapp/dist/` folder to your server,
162162
and replace the default webapp with your custom one.
163163

164164
Good luck!

0 commit comments

Comments
 (0)