From d77f4d73cfd5fe6615af5085e1760d3d1d1e2145 Mon Sep 17 00:00:00 2001 From: cfusterbarcelo Date: Fri, 15 Mar 2024 10:51:21 +0100 Subject: [PATCH] Trying to make links functional --- docs/README.md | 14 +++++++------- docs/_sidebar.md | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/README.md b/docs/README.md index 72ccc086..1a3876dc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,13 +4,13 @@ Welcome to the official BioImage.io documentation. Here, you'll find comprehensi ## Quick Navigation -- **[Getting Started](/docs/getting_started/README.md)**: Introduction to the BioImage Model Zoo ecosystem, who are we and how can you be part of it. -- **[Guides](/docs/guides/README.md)**: In-depth tutorials and guides regarding the BioImage Model Zoo as a user, contributor or Community Partner. -- **[Tools and Resources](/docs/tools_and_resources/README.md)**: Overview of the available tools and resources linked to the BioImage Model Zoo. -- **[Help Desk](/docs/help_desk/README.md)**: A bit lost? Check the help desk for more information, a glossary page and how to contact us! -- **[Terms of Service](/docs/terms_of_service.md)**: Usage policies and guidelines. -- **[Code of Conduct](/docs/CODE_OF_CONDUCT.md)**: The code of conduct for the ecosystem. +- **[Getting Started](./docs/getting_started/README.md)**: Introduction to the BioImage Model Zoo ecosystem, who are we and how can you be part of it. +- **[Guides](./docs/guides/README.md)**: In-depth tutorials and guides regarding the BioImage Model Zoo as a user, contributor or Community Partner. +- **[Tools and Resources](./docs/tools_and_resources/README.md)**: Overview of the available tools and resources linked to the BioImage Model Zoo. +- **[Help Desk](./docs/help_desk/README.md)**: A bit lost? Check the help desk for more information, a glossary page and how to contact us! +- **[Terms of Service](./docs/terms_of_service.md)**: Usage policies and guidelines. +- **[Code of Conduct](./docs/CODE_OF_CONDUCT.md)**: The code of conduct for the ecosystem. ## Explore and Discover -Dive into our documentation to explore the tools, resources, and support available to enhance your bioimaging research. If you have any questions or need further assistance, our Help Desk is ready to assist you. Happy exploring! +Dive into our documentation to explore the tools, resources, and support available to enhance your knowledge about the BioImage Model Zoo ecosystem. If you have any questions or need further assistance, our Help Desk is ready to assist you. Happy exploring! diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 843fdf49..80783ecf 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,7 +1,7 @@ -* [Getting Started](/docs/getting_started/README.md) -* [Guides](/docs/guides/README.md) -* [Tools and Resources](/docs/tools_and_resources/README.md) -* [Help Desk](/docs/help_desk/README.md) -* [Terms of Service](/docs/terms_of_serbice.md) -* [Code of Conduct](/docs/CODE_OF_CONDUCT.md) +* [Getting Started](./docs/getting_started/README.md) +* [Guides](./docs/guides/README.md) +* [Tools and Resources](./docs/tools_and_resources/README.md) +* [Help Desk](./docs/help_desk/README.md) +* [Terms of Service](./docs/terms_of_serbice.md) +* [Code of Conduct](./docs/CODE_OF_CONDUCT.md)