diff --git a/Networking-library.md b/Networking-library.md index 5399bfc..dbd9b96 100644 --- a/Networking-library.md +++ b/Networking-library.md @@ -10,4 +10,4 @@ A thin wrapper library for basic socket operations exists in `lib/src/net/lsocke ## Lightweight encrypted packet protocol -Laika uses a simple keypair based packet encryption technique with LibSodium handling the cryptographic work. For details on how packets are handled, check `lib/src/lpeer.c`. For details on each packet type and it's expected content, see `lib/include/lpacket.h`. \ No newline at end of file +Laika uses a simple keypair based packet encryption technique with LibSodium handling the cryptographic work. For details on how packets are handled, check `lib/src/net/lpeer.c`. For details on each packet type and it's expected content, see `lib/include/net/lpacket.h`. \ No newline at end of file