Navanit-AI commited on
Commit
2ce23cb
·
verified ·
1 Parent(s): 6b3ca9c

Fix Markdown Anchor Links for Section References i.e, vllm and Transformers

Browse files

Description:

Fixed incorrect anchor links in the documentation.
Updated #vLLM → #vllm and #Transformers → #transformers to ensure compatibility with Markdown renderers that convert headers to lowercase.
This resolves the issue where links were not properly redirecting on some platforms (e.g., Hugging Face).

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -113,8 +113,8 @@ Model developper: Mistral AI Team
113
  ## Usage
114
 
115
  The model can be used with the following frameworks;
116
- - [`vllm`](https://github.com/vllm-project/vllm): See [here](#vLLM)
117
- - [`transformers`](https://github.com/huggingface/transformers): See [here](#Transformers)
118
 
119
  ### vLLM
120
 
 
113
  ## Usage
114
 
115
  The model can be used with the following frameworks;
116
+ - [`vllm`](https://github.com/vllm-project/vllm): See [here](#vllm)
117
+ - [`transformers`](https://github.com/huggingface/transformers): See [here](#transformers)
118
 
119
  ### vLLM
120