From 61e597033073e1679c03a7dbd7b35a80e5d271c9 Mon Sep 17 00:00:00 2001 From: Luke Bermingham <1215582+lukehb@users.noreply.github.com> Date: Fri, 14 Apr 2023 12:37:59 +1000 Subject: [PATCH] Fix broken links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20d3e9e7..3f5c3c02 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ The SPS frontend is a lightweight implementation of Epic Games' [Pixel Streaming ## Features of the SPS Frontend -- [Extensions](./src/SignallingExtension.ts) to the default signalling messages to communicate with our custom signalling server. -- The sending of [streaming statistics](./src/SPSApplication.ts#L38) to our signalling server. +- [Extensions](./library/src/SignallingExtension.ts) to the default signalling messages to communicate with our custom signalling server. +- The sending of [streaming statistics](./library/src/SPSApplication.ts#L38) to our signalling server. ## Documentation