From 8eb6fa8bd6d1693248e6dd58e9420d16254ee5d4 Mon Sep 17 00:00:00 2001 From: nipun172006 Date: Sat, 1 Aug 2026 01:27:21 +0530 Subject: [PATCH] Update project links after repository rename --- README.md | 2 +- resources/contact.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -[![CI](https://github.com/nipun172006/CnFinalProject/actions/workflows/ci.yml/badge.svg)](https://github.com/nipun172006/CnFinalProject/actions/workflows/ci.yml) +[![CI](https://github.com/nipun172006/python-http-server/actions/workflows/ci.yml/badge.svg)](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 @@

Available Downloa

Project Structure

-
CnFinalProject/
+      
python-http-server/
 ├── server.py              # Main HTTP server implementation
 ├── resources/             # Static file directory
 │   ├── index.html        # Landing page
@@ -95,4 +95,4 @@ 

Assignment Requir - \ No newline at end of file +