Skip to content

Commit a008524

Browse files
authored
docs: try to fix main page links (#581)
Fixes #548
1 parent 2d2436a commit a008524

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/source/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ Browse available kernels at [huggingface.co/kernels](https://huggingface.co/kern
2424

2525
The Kernels project is divided into two parts:
2626

27-
* Builder: [`kernel-builder`](../source/builder-cli.md) provides utilities to build, package, and distribute compute kernels in a way that is compatible with the Hugging Face Hub and `kernels`.
28-
* `kernels`: The [`kernels`](../source/basic-usage.md) is a Python package that lets
29-
users load compatible compute kernels from the Hub. Refer to the [quickstart](../source/basic-usage.md) to know more.
27+
- Builder: [`kernel-builder`](builder-cli.md) provides utilities to build, package, and distribute compute kernels in a way that is compatible with the Hugging Face Hub and `kernels`.
28+
- `kernels`: The [`kernels`](basic-usage.md) is a Python package that lets
29+
users load compatible compute kernels from the Hub. Refer to the [quickstart](basic-usage.md) to know more.
3030

3131
If you're looking for a more involved "Why kernels?" answer, refer to
3232
[this page](./why_kernels.md).
3333

3434
The [talks page](./talks.md) page has links to talks on the
35-
Kernels project.
35+
Kernels project.
36+

0 commit comments

Comments
 (0)