From 0da43a0b68f5a42495bdb775111149dfb51e0fe7 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Wed, 6 Nov 2024 15:31:31 +0530 Subject: [PATCH] Fixed link for A3. --- Codes/Python version/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Codes/Python version/README.md b/Codes/Python version/README.md index d05c704..0231bb8 100644 --- a/Codes/Python version/README.md +++ b/Codes/Python version/README.md @@ -9,7 +9,7 @@ - [Assignment-A1 (Pass 1 and pass 2 assembler)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Python%20version/Assignment-A1%20%28Assembler%29) - [Assignment-A2 (Pass 1 and pass 2 macro)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20A/Code-A2.py) - This code is from "Codes/Group A" folder -- [Assignment-A3 (DLL)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20A/Code-A2.py) - This code is from "Codes/Group A" folder +- [Assignment-A3 (DLL)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20A/Assignment-A3) - This code is from "Codes/Group A" folder - [Assignment-A4 (Mutex and Semaphore)] - WHAT EVEN IS THIS?! - [Assignment-A5 (CPU scheduling)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Python%20version/Assignment-A5%20%28CPU%20Scheduling%29) - [Assignment-A6 (Memory placement)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Python%20version/Assignment-A6%20%28Memory%20placement%29)