From 256eedb1db2dfec16b8a19066715912429ebfd1b Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 14 Oct 2024 11:22:19 +0530 Subject: [PATCH] Added more links and fixed broken link for Code-A1 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9226327..d6cda5e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ This repository serves as a comprehensive resource for the Systems Programming a ### Codes ##### Group A -1. [Code-A1 - Pass 1](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20A/Code-A1.py) +1. [Code-A1 - Pass 1](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20A/Assignment-A1) + - [Code](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20A/Assignment-A1/Code-A1.py) + - [Source file](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20A/Assignment-A1/source.txt) 2. [Code-A2 - Pass 1 and Pass 2 of 2-Pass Macroprocessor](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20A/Code-A2.py) ##### Group B