Skip to content

Commit 3407331

Browse files
committed
updated metadata files
1 parent 87018c9 commit 3407331

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ By participating in this project, you are expected to uphold our [Code of Conduc
1616
1. Fork the repository on GitHub by clicking the "Fork" button in the top right corner.
1717
2. Clone the forked repository to your local machine.
1818
```
19-
git clone https://github.com/yourusername/spam-detection.git
19+
git clone https://github.com/yourusername/spam-detection-project.git
2020
```
21-
3. Add the original repository as a remote so you can fetch changes.
21+
3. Add the original repository as a remote, so you can fetch changes.
2222
```
23-
git remote add upstream https://github.com/adamspd/spam-detection.git
23+
git remote add upstream https://github.com/adamspd/spam-detection-project.git
2424
```
2525
2626
## Making a Contribution
@@ -48,7 +48,7 @@ By participating in this project, you are expected to uphold our [Code of Conduc
4848
```
4949
git push origin your-feature-branch
5050
```
51-
7. Create a pull request by going to the [original repository on GitHub](https://github.com/adamspd/spam-detection) and
51+
7. Create a pull request by going to the [original repository on GitHub](https://github.com/adamspd/spam-detection-project) and
5252
clicking the "New pull request" button.
5353
5454
## Pull Request Guidelines

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = spam-detection
33
version = 1.0.0
44
description = A package for spam detection using machine learning algorithms.
5-
url = https://github.com/adamspd/spam-detection
5+
url = https://github.com/adamspd/spam-detection-project
66
author = Adams Pierre David
77
author_email = [email protected]
88
author_website = https://adamspierredavid.com/

0 commit comments

Comments
 (0)