From 2e6ec045123bc0470f710bafafbc2a9e12e93915 Mon Sep 17 00:00:00 2001 From: Holly Date: Mon, 1 Jan 2024 22:33:42 +0000 Subject: [PATCH] also update readme links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76e4ddb..0d7e922 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ I tried to keep it as simple as possible to use, for example if you want to writ writer.writeByte(); ``` -You can find a list of all of the methods for [Writers](https://github.com/tgpholly/bufferStuff/blob/master/writers/IWriter.ts) and [Readers](https://github.com/tgpholly/bufferStuff/blob/master/readers/IReader.ts) in their interface files. +You can find a list of all of the methods for [Writers](https://git.eusv.net/tgpholly/bufferStuff/src/branch/master/writers/IWriter.ts) and [Readers](https://git.eusv.net/tgpholly/bufferStuff/src/branch/master/readers/IReader.ts) in their interface files. ## Projects using bufferStuff If your project uses bufferStuff feel free to make a PR to add it to this list! -### [tgpholly/mc-beta-server](https://github.com/tgpholly/mc-beta-server) +### [tgpholly/mc-beta-server](https://git.eusv.net/tgpholly/mc-beta-server) ### [tgpholly/ultrakillMP_server](https://github.com/tgpholly/ultrakillMP_server) ## Projects similar to bufferStuff