From e2e53a9e8c237157c9efc3e517aeb17499f081c0 Mon Sep 17 00:00:00 2001 From: Haris Mahmood Date: Sat, 19 Oct 2024 12:08:19 +0500 Subject: [PATCH] fix: Update README.md and CONTRIBUTING.md links --- CONTRIBUTING.md | 4 ---- README.md | 13 ++++++------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b94900f6b08d..7be024a32548 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,8 +44,4 @@ Please, follow the next process when you work on your subtask: - Finally, we limit the maximum number of open and incomplete sub-task issues to three per person. - Feel free to watch the next video: - -[![Video](https://img.youtube.com/vi/wBKTOGmwfbo/0.jpg)](https://www.youtube.com/embed/wBKTOGmwfbo) - For questions, please reach out on [discord](https://discord.gg/uYRmyPxMQq)! diff --git a/README.md b/README.md index c73d30bf3ac8..8775d053d893 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ Docs - + Demos
- Demos + Demos @@ -137,10 +137,9 @@ cd ivy pip install --user -e . ``` -If you want to set up testing and various frameworks it\'s probably best +If you want to set up testing and various frameworks it\'s probably best to check out the [Setting Up](https://docs.ivy.dev/overview/contributing/setting_up.html) -page, where OS-specific and IDE-specific instructions and video -tutorials to do so are available! +page, where OS-specific and IDE-specific instructions are available! @@ -163,7 +162,7 @@ We're working hard on adding support for more frameworks, let us know on [Discor # Getting started - [Docs](https://docs.ivy.dev/) -- [Demos](https://docs.ivy.dev/demos) +- [Demos](https://www.docs.ivy.dev/demos/examples_and_demos.html) - [FAQ](https://docs.ivy.dev/overview/faq.html) [Ivy's transpiler](https://docs.ivy.dev/overview/design/ivy_as_a_transpiler.html) allows you convert code between different ML frameworks. Have a look at our [Quickstart](https://docs.ivy.dev/demos/quickstart.html) notebook to get a brief idea of the features! @@ -174,7 +173,7 @@ Beyond that, based on the frameworks you want to convert code between, there are # Using ivy -Here's some examples, to help you get started using Ivy! The [examples page](https://docs.ivy.dev/demos/) also features a wide range of +Here's some examples, to help you get started using Ivy! The [examples page](https://www.docs.ivy.dev/demos/examples_and_demos.html) also features a wide range of demos and tutorials showcasing some more use cases for Ivy.