diff --git a/src/Servers/HttpSys/README.md b/src/Servers/HttpSys/README.md index 38be4c94c5fe..e51c8b2fad50 100644 --- a/src/Servers/HttpSys/README.md +++ b/src/Servers/HttpSys/README.md @@ -9,9 +9,9 @@ Documentation for ASP.NET Core HttpSys can be found in the [ASP.NET Core HTTP.sy This folder contains all relevant code for the HttpSys Web Server implementation. - [src/](src/): Contains all production code for the HttpSys Web Server. -- [src/NativeInterop/](src/NativeInterop)`: Contains the native interop layer between managed and native code. +- [src/NativeInterop/](src/NativeInterop): Contains the native interop layer between managed and native code. - [src/RequestProcessing/](src/RequestProcessing): Contains request and response processing code. -- [samples/](samples/)`: Contains samples showing how to use HTTP.sys. +- [samples/](samples/): Contains samples showing how to use HTTP.sys. ## Development Setup