Skip to content

Commit 2ee1730

Browse files
fix links (#2094)
1 parent 0754c22 commit 2ee1730

File tree

9 files changed

+24
-26
lines changed

9 files changed

+24
-26
lines changed

docs/inference-providers/providers/fal-ai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Founded in 2021 by [Burkay Gur](https://huggingface.co/burkaygur) and [Gorkem Yu
4343

4444
### Automatic Speech Recognition
4545

46-
Find out more about Automatic Speech Recognition [here](../tasks/automatic_speech_recognition).
46+
Find out more about Automatic Speech Recognition [here](../tasks/automatic-speech-recognition).
4747

4848
<InferenceSnippet
4949
pipeline=automatic-speech-recognition
@@ -53,7 +53,7 @@ Find out more about Automatic Speech Recognition [here](../tasks/automatic_speec
5353

5454
### Image Segmentation
5555

56-
Find out more about Image Segmentation [here](../tasks/image_segmentation).
56+
Find out more about Image Segmentation [here](../tasks/image-segmentation).
5757

5858
<InferenceSnippet
5959
pipeline=image-segmentation
@@ -63,7 +63,7 @@ Find out more about Image Segmentation [here](../tasks/image_segmentation).
6363

6464
### Image To Image
6565

66-
Find out more about Image To Image [here](../tasks/image_to_image).
66+
Find out more about Image To Image [here](../tasks/image-to-image).
6767

6868
<InferenceSnippet
6969
pipeline=image-to-image

docs/inference-providers/providers/featherless-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ conversational />
6565

6666
### Text Generation
6767

68-
Find out more about Text Generation [here](../tasks/text_generation).
68+
Find out more about Text Generation [here](../tasks/text-generation).
6969

7070
<InferenceSnippet
7171
pipeline=text-generation

docs/inference-providers/providers/hf-inference.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ As of July 2025, hf-inference focuses mostly on CPU inference (e.g. embedding, t
4646

4747
### Automatic Speech Recognition
4848

49-
Find out more about Automatic Speech Recognition [here](../tasks/automatic_speech_recognition).
49+
Find out more about Automatic Speech Recognition [here](../tasks/automatic-speech-recognition).
5050

5151
<InferenceSnippet
5252
pipeline=automatic-speech-recognition
@@ -66,7 +66,7 @@ conversational />
6666

6767
### Feature Extraction
6868

69-
Find out more about Feature Extraction [here](../tasks/feature_extraction).
69+
Find out more about Feature Extraction [here](../tasks/feature-extraction).
7070

7171
<InferenceSnippet
7272
pipeline=feature-extraction
@@ -76,7 +76,7 @@ Find out more about Feature Extraction [here](../tasks/feature_extraction).
7676

7777
### Fill Mask
7878

79-
Find out more about Fill Mask [here](../tasks/fill_mask).
79+
Find out more about Fill Mask [here](../tasks/fill-mask).
8080

8181
<InferenceSnippet
8282
pipeline=fill-mask
@@ -86,7 +86,7 @@ Find out more about Fill Mask [here](../tasks/fill_mask).
8686

8787
### Image Classification
8888

89-
Find out more about Image Classification [here](../tasks/image_classification).
89+
Find out more about Image Classification [here](../tasks/image-classification).
9090

9191
<InferenceSnippet
9292
pipeline=image-classification
@@ -96,7 +96,7 @@ Find out more about Image Classification [here](../tasks/image_classification).
9696

9797
### Image Segmentation
9898

99-
Find out more about Image Segmentation [here](../tasks/image_segmentation).
99+
Find out more about Image Segmentation [here](../tasks/image-segmentation).
100100

101101
<InferenceSnippet
102102
pipeline=image-segmentation
@@ -106,7 +106,7 @@ Find out more about Image Segmentation [here](../tasks/image_segmentation).
106106

107107
### Object Detection
108108

109-
Find out more about Object Detection [here](../tasks/object_detection).
109+
Find out more about Object Detection [here](../tasks/object-detection).
110110

111111
<InferenceSnippet
112112
pipeline=object-detection
@@ -116,7 +116,7 @@ Find out more about Object Detection [here](../tasks/object_detection).
116116

117117
### Question Answering
118118

119-
Find out more about Question Answering [here](../tasks/question_answering).
119+
Find out more about Question Answering [here](../tasks/question-answering).
120120

121121
<InferenceSnippet
122122
pipeline=question-answering
@@ -136,7 +136,7 @@ Find out more about Summarization [here](../tasks/summarization).
136136

137137
### Table Question Answering
138138

139-
Find out more about Table Question Answering [here](../tasks/table_question_answering).
139+
Find out more about Table Question Answering [here](../tasks/table-question-answering).
140140

141141
<InferenceSnippet
142142
pipeline=table-question-answering
@@ -146,7 +146,7 @@ Find out more about Table Question Answering [here](../tasks/table_question_answ
146146

147147
### Text Classification
148148

149-
Find out more about Text Classification [here](../tasks/text_classification).
149+
Find out more about Text Classification [here](../tasks/text-classification).
150150

151151
<InferenceSnippet
152152
pipeline=text-classification
@@ -156,7 +156,7 @@ Find out more about Text Classification [here](../tasks/text_classification).
156156

157157
### Text Generation
158158

159-
Find out more about Text Generation [here](../tasks/text_generation).
159+
Find out more about Text Generation [here](../tasks/text-generation).
160160

161161
<InferenceSnippet
162162
pipeline=text-generation
@@ -176,7 +176,7 @@ Find out more about Text To Image [here](../tasks/text-to-image).
176176

177177
### Token Classification
178178

179-
Find out more about Token Classification [here](../tasks/token_classification).
179+
Find out more about Token Classification [here](../tasks/token-classification).
180180

181181
<InferenceSnippet
182182
pipeline=token-classification
@@ -196,7 +196,7 @@ Find out more about Translation [here](../tasks/translation).
196196

197197
### Zero Shot Classification
198198

199-
Find out more about Zero Shot Classification [here](../tasks/zero_shot_classification).
199+
Find out more about Zero Shot Classification [here](../tasks/zero-shot-classification).
200200

201201
<InferenceSnippet
202202
pipeline=zero-shot-classification

docs/inference-providers/providers/nebius.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).
4747

4848
<InferenceSnippet
4949
pipeline=text-generation
50-
providersMapping={ {"nebius":{"modelId":"meta-llama/Llama-3.1-8B-Instruct","providerModelId":"meta-llama/Meta-Llama-3.1-8B-Instruct-fast"} } }
50+
providersMapping={ {"nebius":{"modelId":"moonshotai/Kimi-K2-Thinking","providerModelId":"moonshotai/Kimi-K2-Thinking"} } }
5151
conversational />
5252

5353

@@ -63,7 +63,7 @@ conversational />
6363

6464
### Feature Extraction
6565

66-
Find out more about Feature Extraction [here](../tasks/feature_extraction).
66+
Find out more about Feature Extraction [here](../tasks/feature-extraction).
6767

6868
<InferenceSnippet
6969
pipeline=feature-extraction

docs/inference-providers/providers/replicate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Replicate is building tools so all software engineers can use AI as if it were n
4343

4444
### Automatic Speech Recognition
4545

46-
Find out more about Automatic Speech Recognition [here](../tasks/automatic_speech_recognition).
46+
Find out more about Automatic Speech Recognition [here](../tasks/automatic-speech-recognition).
4747

4848
<InferenceSnippet
4949
pipeline=automatic-speech-recognition
@@ -53,7 +53,7 @@ Find out more about Automatic Speech Recognition [here](../tasks/automatic_speec
5353

5454
### Image To Image
5555

56-
Find out more about Image To Image [here](../tasks/image_to_image).
56+
Find out more about Image To Image [here](../tasks/image-to-image).
5757

5858
<InferenceSnippet
5959
pipeline=image-to-image

docs/inference-providers/providers/sambanova.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ conversational />
5454

5555
### Feature Extraction
5656

57-
Find out more about Feature Extraction [here](../tasks/feature_extraction).
57+
Find out more about Feature Extraction [here](../tasks/feature-extraction).
5858

5959
<InferenceSnippet
6060
pipeline=feature-extraction

docs/inference-providers/providers/scaleway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ conversational />
6363

6464
### Feature Extraction
6565

66-
Find out more about Feature Extraction [here](../tasks/feature_extraction).
66+
Find out more about Feature Extraction [here](../tasks/feature-extraction).
6767

6868
<InferenceSnippet
6969
pipeline=feature-extraction

docs/inference-providers/providers/wavespeed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For more details, check out the `generate.ts` script: https://github.com/hugging
4343

4444
### Image To Image
4545

46-
Find out more about Image To Image [here](../tasks/image_to_image).
46+
Find out more about Image To Image [here](../tasks/image-to-image).
4747

4848
<InferenceSnippet
4949
pipeline=image-to-image

scripts/inference-providers/scripts/generate.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,7 @@ Object.entries(DATA.perProviderWarmModels).forEach(([task, models]) => {
718718
.map((word) => word[0].toUpperCase() + word.slice(1))
719719
.join(" ");
720720

721-
let linkAnchor = conversational
722-
? "chat-completion"
723-
: task.replaceAll("-", "_");
721+
let linkAnchor = conversational ? "chat-completion" : task;
724722

725723
let pipelineTag = task === "chat-completion" ? "text-generation" : task;
726724

0 commit comments

Comments
 (0)