From 2c26434de9a7ffcfdd83114129189619b2328112 Mon Sep 17 00:00:00 2001
From: Striven <sg.striven@cutecat.club>
Date: Fri, 20 Feb 2026 12:05:29 +0000
Subject: [PATCH] Moved around and added stub pages for each component of the game

---
 04_rendezvous/04_prudp_protocol.md |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/04_rendezvous/04_prudp_protocol.md b/04_rendezvous/04_prudp_protocol.md
index 7d146b4..1700c4a 100644
--- a/04_rendezvous/04_prudp_protocol.md
+++ b/04_rendezvous/04_prudp_protocol.md
@@ -12,13 +12,13 @@
 #### Client->Server Payload
 | Name | Description | Type |
 |------|-------------|------|
-| Public Key | The client's _public key_. | [`Buffer`](./03_structure.md#structure-buffer) |
+| Public Key | The client's _public key_. | [`Buffer`](03_structure.md#structure-buffer) |
 
 #### Server->Client Payload
 | Name | Description | Type |
 |------|-------------|------|
-| Public Key Signature | Presumably, the client's _public key_ signed by the server's _private key_. | [`Buffer`](./03_structure.md#structure-buffer) |
-| Public Key | The server's _public key_. | [`Buffer`](./03_structure.md#structure-buffer) |
+| Public Key Signature | Presumably, the client's _public key_ signed by the server's _private key_. | [`Buffer`](03_structure.md#structure-buffer) |
+| Public Key | The server's _public key_. | [`Buffer`](03_structure.md#structure-buffer) |
 
 ### Packet: `DATA`
 ### Packet: `DISCONNECT`

--
Gitblit v1.10.0