Skip to content

Commit 8d4fb51

Browse files
committed
Fix URLs in readme
1 parent ab8e554 commit 8d4fb51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Minecraft Bukkit plugin which sends chat messages from/to [MatterBridge](https
99

1010
## Setup
1111

12-
First, install the plugin onto your Bukkit/Spigot/Paper server, and start it to generate [`config.yml`](https://gitlab.com/Programie/MatterBukkit/-/blob/master/src/main/resources/config.yml). Then, configure it:
12+
First, install the plugin onto your Bukkit/Spigot/Paper server, and start it to generate [`config.yml`](src/main/resources/config.yml). Then, configure it:
1313

1414
- Set [`url`](src/main/resources/config.yml#L3) to the URL where you're running MatterBridge, with port 4242 or whatever you'd like to use (if you're running it on the same server, you can use `http://localhost:4242`).
1515
- Set [`gateway`](src/main/resources/config.yml#L6) to the name of your MatterBridge gateway.
@@ -47,9 +47,9 @@ You can build the project in the following 2 steps:
4747

4848
### Testing
4949

50-
You can start a local test server including a Matterbridge instance using Docker and Docker Compose. For that, use the [docker-compose.yml](docker-dev/docker-compose.yml) from the [docker-dev](docker-dev) folder.
50+
You can start a local test server including a MatterBridge instance using Docker and Docker Compose. For that, use the [docker-compose.yml](docker-dev/docker-compose.yml) from the [docker-dev](docker-dev) folder.
5151

52-
Copy the [MatterBukkit.jar](target/MatterBukkit.jar) to docker-dev/data/plugins and restart the Minecraft container.
52+
Copy the target/MatterBukkit.jar to docker-dev/data/plugins and restart the Minecraft container.
5353

5454
## My other plugins
5555

0 commit comments

Comments
 (0)