Skip to content

Commit 0a3c991

Browse files
authored
Update README.md
1 parent 4ce9cf1 commit 0a3c991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Servers/HttpSys/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Documentation for ASP.NET Core HttpSys can be found in the [ASP.NET Core HTTP.sy
99
This folder contains all relevant code for the HttpSys Web Server implementation.
1010

1111
- [src/](src/): Contains all production code for the HttpSys Web Server.
12-
- [src/NativeInterop/](src/NativeInterop)`: Contains the native interop layer between managed and native code.
12+
- [src/NativeInterop/](src/NativeInterop): Contains the native interop layer between managed and native code.
1313
- [src/RequestProcessing/](src/RequestProcessing): Contains request and response processing code.
14-
- [samples/](samples/)`: Contains samples showing how to use HTTP.sys.
14+
- [samples/](samples/): Contains samples showing how to use HTTP.sys.
1515

1616
## Development Setup
1717

0 commit comments

Comments
 (0)