diff --git a/README.md b/README.md index 62e514d..217d7dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Python HTTP/1.1 Server -[](https://github.com/nipun172006/CnFinalProject/actions/workflows/ci.yml) +[](https://github.com/nipun172006/python-http-server/actions/workflows/ci.yml) A dependency-free HTTP/1.1 server built directly on Python sockets. The project demonstrates request parsing, persistent connections, bounded concurrency, diff --git a/resources/contact.html b/resources/contact.html index 9a646c9..6bc833b 100644 --- a/resources/contact.html +++ b/resources/contact.html @@ -64,7 +64,7 @@
CnFinalProject/ +python-http-server/ ├── server.py # Main HTTP server implementation ├── resources/ # Static file directory │ ├── index.html # Landing page @@ -95,4 +95,4 @@Assignment Requir