From 3391a618880cf90cb67fd3de2317caf9e909ba93 Mon Sep 17 00:00:00 2001 From: SANTHOSH-MAMIDISETTI Date: Thu, 11 Jan 2024 10:30:38 +0530 Subject: [PATCH] fixed broken doc links --- CONTRIBUTING.md | 6 +++--- CONTRIBUTING_PR.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 126cd4d2d5fe53..36a1bdb03a4060 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ product better. [./docs/dev](https://github.com/openvinotoolkit/openvino/tree/master/docs/dev) folder. * **User documentation** is built from several sources and published at - [docs.openvino.ai](docs.openvino.ai), which is the recommended place for reading + [docs.openvino.ai](https://docs.openvino.ai/), which is the recommended place for reading these documents. Use the files maintained in this repository only for editing purposes. * The easiest way to help with documentation is to review it and provide feedback on the @@ -69,7 +69,7 @@ product better. or think more information should be added, you can reach out to any of the documentation contributors to discuss the potential changes. - You can also create a Pull Request directly, following the [editor's guide](./docs/CONTRIBUTING_DOCS.md). + You can also create a Pull Request directly, following the [editor's guide](./CONTRIBUTING_DOCS.md). ### Promote and Support OpenVINO @@ -152,4 +152,4 @@ We'll make sure to review your Pull Request as soon as possible and provide you ## License By contributing to the OpenVINO project, you agree that your contributions will be -licensed under the terms stated in the [LICENSE](./LICENSE.md) file. +licensed under the terms stated in the [LICENSE](./LICENSE) file. diff --git a/CONTRIBUTING_PR.md b/CONTRIBUTING_PR.md index df0d4ec87bd248..a6717b5336e60d 100644 --- a/CONTRIBUTING_PR.md +++ b/CONTRIBUTING_PR.md @@ -56,7 +56,7 @@ Regardless of the automated tests, you should ensure the quality of your changes ## Need Additional Help? Check these Articles -* [How to create a fork](https://help.github.com/articles/fork-a-rep) +* [How to create a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) * [Install Git](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup) * If you want to add a new sample, please have a look at the Guide for contributing to C++/C/Python IE samples and add the license statement at the top of new files for