aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md12
-rw-r--r--README.md12
2 files changed, 13 insertions, 11 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 293779b..cda2b44 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,11 +4,13 @@ Thank you for your interest in contributing to zoro.to-api. We appreciate whatev
## Table of Contents
-- Types of contributions we are looking for
-- Ground Rules & Expectations
-- How To Contribute
-- Prerequisites
-- Commit Messages
+- [Types of contributions we are looking for](#types-of-contributions-we-are-looking-for)
+- [Ground Rules & Expectations](#ground-rules--expectations)
+- [How To Contribute](#how-to-contribute)
+- [Prerequisites](#prerequisites)
+ - [Clone the repository](#clone-the-repository)
+ - [Project Structure](#project-structure)
+- [Commit Messages](#commit-messages)
## Types of contributions we are looking for
diff --git a/README.md b/README.md
index ebed465..01b6c8b 100644
--- a/README.md
+++ b/README.md
@@ -61,17 +61,17 @@
## Table of Contents
-- Installation
- - Local Installation
-- Documentation
+- [Installation](#installation)
+ - [Local Installation](#local-installation)
+- [Documentation](#documentation)
- [GET Anime Home Page](#get-anime-home-page)
- [GET Anime About Info](#get-anime-about-info)
- [GET Search Results](#get-search-results)
- [GET Genre Animes](#get-genre-animes)
- [GET Category Anime](#get-category-anime)
-- Development
-- Support
-- License
+- [Development](#development)
+- [Support](#support)
+- [License](#license)
## <span id="installation">💻 Installation</span>