Skip to content

Commit 1753623

Browse files
Merge pull request #2028 from kili-technology/ci/fix-pipeline
docs: fix dead links
2 parents aa76421 + 88ebecb commit 1753623

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.lycheeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ https://cloud.kili-technology.com/api/label/v2/graphql*
99
# Ignore OpenAI documentation (403 errors due to bot protection)
1010
https://help.openai.com/*
1111
https://platform.openai.com/*
12+
13+
# Ignore Google Cloud Console (HTTP/2 protocol errors / bot protection)
14+
https://console.cloud.google.com/*

docs/sdk/tutorials/set_up_workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Now, let's place some assets in the review queue. The method will return a proje
222222
kili.add_to_review(project_id=project_id, external_ids=["4.jpg"])
223223
```
224224

225-
For more information on asset statuses, refer to our [documentation](https://docs.kili-technology.com/docs/multi-steps-review#asset-steps-and-statuses).
225+
For more information on asset statuses, refer to our [documentation](https://docs.kili-technology.com/docs/workflow-configuration).
226226

227227
### Sending an asset back to the labeling queue
228228

@@ -240,7 +240,7 @@ kili.send_back_to_queue(project_id=project_id, external_ids=["4.jpg"])
240240

241241

242242

243-
For more information on asset statuses, refer to our [documentation](https://docs.kili-technology.com/docs/multi-steps-review#asset-steps-and-statuses).
243+
For more information on asset statuses, refer to our [documentation](https://docs.kili-technology.com/docs/workflow-configuration).
244244

245245
## Cleanup
246246

recipes/finetuning_openai.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
"You could start off by scrutinizing your dataset and creating very detailed instructions that take into account possible corner cases.\n",
554554
"Then you'd want to set up and then closely monitor honeypot and consensus metrics to trace how much your labelers agree with each other and how far away from ground truth they can be. If you pair this with Kili's powerful QA plugins, you can even set up a system that automatically adds issues to labels that differ from the *gold standard*.\n",
555555
"On top of that, you'd want to monitor the questions being asked by your labelers and adjust your instructions accordingly.\n",
556-
"Kili offers a ton of options and we strongly encourage you to explore them: https://docs.kili-technology.com/docs/best-practices-for-quality-workflow"
556+
"Kili offers a ton of options and we strongly encourage you to explore them: https://docs.kili-technology.com/docs/quality-management-best-practices-for-data-labeling"
557557
]
558558
},
559559
{

recipes/set_up_workflows.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
"cell_type": "markdown",
537537
"metadata": {},
538538
"source": [
539-
"For more information on asset statuses, refer to our [documentation](https://docs.kili-technology.com/docs/multi-steps-review#asset-steps-and-statuses)."
539+
"For more information on asset statuses, refer to our [documentation](https://docs.kili-technology.com/docs/workflow-configuration)."
540540
]
541541
},
542542
{
@@ -580,7 +580,7 @@
580580
"cell_type": "markdown",
581581
"metadata": {},
582582
"source": [
583-
"For more information on asset statuses, refer to our [documentation](https://docs.kili-technology.com/docs/multi-steps-review#asset-steps-and-statuses)."
583+
"For more information on asset statuses, refer to our [documentation](https://docs.kili-technology.com/docs/workflow-configuration)."
584584
]
585585
},
586586
{

0 commit comments

Comments
 (0)