Skip to content

Commit 531536a

Browse files
committed
Documentation Updates & Bug Fixes
1 parent d487229 commit 531536a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
This repository contains the Bus Reservation System Management project developed using Object Oriented Programming (OOP) and File Handling concepts in C++.
44

5-
[![Stars](https://img.shields.io/github/stars/nixrajput/bus-reservation-system-cpp?label=Stars&style=flat)][repo]
6-
[![Forks](https://img.shields.io/github/forks/nixrajput/bus-reservation-system-cpp?label=Forks&style=flat)][repo]
7-
[![Watchers](https://img.shields.io/github/watchers/nixrajput/bus-reservation-system-cpp?label=Watchers&style=flat)][repo]
8-
[![Contributors](https://img.shields.io/github/contributors/nixrajput/bus-reservation-system-cpp?label=Contributors&style=flat)][repo]
5+
[![Stars](https://img.shields.io/github/stars/nixrajput/bus-reservation-system-cpp-cpp?label=Stars&style=flat)][repo]
6+
[![Forks](https://img.shields.io/github/forks/nixrajput/bus-reservation-system-cpp-cpp?label=Forks&style=flat)][repo]
7+
[![Watchers](https://img.shields.io/github/watchers/nixrajput/bus-reservation-system-cpp-cpp?label=Watchers&style=flat)][repo]
8+
[![Contributors](https://img.shields.io/github/contributors/nixrajput/bus-reservation-system-cpp-cpp?label=Contributors&style=flat)][repo]
99

10-
[![GitHub last commit](https://img.shields.io/github/last-commit/nixrajput/bus-reservation-system-cpp?label=Last+Commit&style=flat)][repo]
11-
[![GitHub issues](https://img.shields.io/github/issues/nixrajput/bus-reservation-system-cpp?label=Issues&style=flat)][issues]
12-
[![GitHub pull requests](https://img.shields.io/github/issues-pr/nixrajput/bus-reservation-system-cpp?label=Pull+Requests&style=flat)][pulls]
13-
[![GitHub Licence](https://img.shields.io/github/license/nixrajput/bus-reservation-system-cpp?label=Licence&style=flat)][license]
10+
[![GitHub last commit](https://img.shields.io/github/last-commit/nixrajput/bus-reservation-system-cpp-cpp?label=Last+Commit&style=flat)][repo]
11+
[![GitHub issues](https://img.shields.io/github/issues/nixrajput/bus-reservation-system-cpp-cpp?label=Issues&style=flat)][issues]
12+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/nixrajput/bus-reservation-system-cpp-cpp?label=Pull+Requests&style=flat)][pulls]
13+
[![GitHub Licence](https://img.shields.io/github/license/nixrajput/bus-reservation-system-cpp-cpp?label=Licence&style=flat)][license]
1414

1515
## Table of Contents
1616

@@ -82,13 +82,13 @@ To get started with the development or usage of this project, follow the instruc
8282
1. Clone this repository to your local machine:
8383

8484
```bash
85-
git clone https://github.com/nixrajput/bus-reservation-system.git
85+
git clone https://github.com/nixrajput/bus-reservation-system-cpp.git
8686
```
8787

8888
2. Navigate into the cloned repository directory:
8989

9090
```bash
91-
cd bus-reservation-system
91+
cd bus-reservation-system-cpp
9292
```
9393

9494
### Compilation
@@ -191,6 +191,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
191191
[gmail]: mailto:nkr.nikhil.nkr@gmail.com
192192
193193
[repo]: https://github.com/nixrajput/bus-reservation-system-cpp
194-
[issues]: https://github.com/nixrajput/bus-reservation-system-cpp
194+
[issues]: https://github.com/nixrajput/bus-reservation-system-cpp/issues
195195
[pulls]: https://github.com/nixrajput/bus-reservation-system-cpp/pulls
196-
[license]: https://github.com/nixrajput/bus-reservation-system-cpp/blob/master/LICENSE.md
196+
[license]: https://github.com/nixrajput/bus-reservation-system-cpp/blob/master/LICENSE

0 commit comments

Comments
 (0)