aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-07 23:11:12 +0530
committerRitesh Ghosh <[email protected]>2023-08-07 23:11:12 +0530
commitac5c9a0b7723ea27f1d4f2b59e64bf63aed4c8e0 (patch)
treebcb67fd8a61142fc16161859cdcc5e21c8e3207c
parent165d4d002dadf77db32c33f90ea8516b281038d3 (diff)
downloadaniwatch-api-ac5c9a0b7723ea27f1d4f2b59e64bf63aed4c8e0.tar.xz
aniwatch-api-ac5c9a0b7723ea27f1d4f2b59e64bf63aed4c8e0.zip
chore: updated api repo links
-rw-r--r--CONTRIBUTING.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cda2b44..210438f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
-# Contributing to zoro.to-api
+# Contributing to aniwatch-api
-Thank you for your interest in contributing to zoro.to-api. We appreciate whatever form of contribution you are willing to make. Every contribution counts ✨
+Thank you for your interest in contributing to aniwatch-api. We appreciate whatever form of contribution you are willing to make. Every contribution counts ✨
## Table of Contents
@@ -18,7 +18,7 @@ In short, we welcome any sort of contribution you are willing to make as each an
- Documentation improvements: from minor typos to major document overhauls
- Helping others by answering questions in pull requests.
-- Fixing known [bugs](https://github.com/ghoshRitesh12/zoro.to-api/issues?q=is%3Aopen).
+- Fixing known [bugs](https://github.com/ghoshRitesh12/aniwatch-api/issues?q=is%3Aopen).
## Ground Rules & Expectations
@@ -28,7 +28,7 @@ Before we begin, here are a few things we anticipate from you and that you shoul
## How To Contribute
-If you'd like to contribute, start by searching through the [issues](https://github.com/ghoshRitesh12/zoro.to-api/issues) and [pull requests](https://github.com/ghoshRitesh12/zoro.to-api/pulls) to see whether someone else has raised a similar idea or question.
+If you'd like to contribute, start by searching through the [issues](https://github.com/ghoshRitesh12/aniwatch-api/issues) and [pull requests](https://github.com/ghoshRitesh12/aniwatch-api/pulls) to see whether someone else has raised a similar idea or question.
If you don't see your idea listed, and you think it fits into the goals of this guide, you may do one of the following:
@@ -49,11 +49,11 @@ To contribute to this project, you must know the following:
### Clone the repository
-1. [Fork the repository](https://github.com/ghoshRitesh12/zoro.to-api/fork)
+1. [Fork the repository](https://github.com/ghoshRitesh12/aniwatch-api/fork)
2. Clone your fork to your local machine using the following command (replace <your_username> with your actual GitHub username)
```bash
-git clone https://github.com/<your_username>/zoro.to-api
+git clone https://github.com/<your_username>/aniwatch-api
```
3. Creating a new branch <br/>