From 6784e1976df5e5ebdff031523384807b992992f4 Mon Sep 17 00:00:00 2001 From: Dhieu Date: Tue, 28 Jan 2025 17:14:35 +0300 Subject: [PATCH] Fix TOC links to correctly link to headings in Markdown --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ccd62cc..ba4f5e4 100644 --- a/README.md +++ b/README.md @@ -46,15 +46,16 @@ ## Table of Contents -1. [Introduction](## 1. Introduction) -2. [Model Summary](## 2. Model Summary) -3. [Model Downloads](## 3. Model Downloads) -4. [Evaluation Results](## 4. Evaluation Results) -5. [Chat Website & API Platform](## 5. Chat Website & API Platform) -6. [How to Run Locally](## 6. How to Run Locally) -7. [License](## 7. License) -8. [Citation](## 8. Citation) -9. [Contact](## 9. Contact) +1. [Introduction](#1-introduction) +2. [Model Summary](#2-model-summary) +3. [Model Downloads](#3-model-downloads) +4. [Evaluation Results](#4-evaluation-results) +5. [Chat Website & API Platform](#5-chat-website--api-platform) +6. [How to Run Locally](#6-how-to-run-locally) +7. [License](#7-license) +8. [Citation](#8-citation) +9. [Contact](#9-contact) + ## 1. Introduction