Skip to content

Commit 9cf2ab0

Browse files
fixed broken doc links (openvinotoolkit#22088)
Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
1 parent e35de07 commit 9cf2ab0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ product better.
6161
[./docs/dev](https://github.com/openvinotoolkit/openvino/tree/master/docs/dev) folder.
6262

6363
* **User documentation** is built from several sources and published at
64-
[docs.openvino.ai](docs.openvino.ai), which is the recommended place for reading
64+
[docs.openvino.ai](https://docs.openvino.ai/), which is the recommended place for reading
6565
these documents. Use the files maintained in this repository only for editing purposes.
6666

6767
* The easiest way to help with documentation is to review it and provide feedback on the
6868
existing articles. Whether you notice a mistake, see the possibility of improving the text,
6969
or think more information should be added, you can reach out to any of the documentation
7070
contributors to discuss the potential changes.
7171

72-
You can also create a Pull Request directly, following the [editor's guide](./docs/CONTRIBUTING_DOCS.md).
72+
You can also create a Pull Request directly, following the [editor's guide](./CONTRIBUTING_DOCS.md).
7373

7474

7575
### Promote and Support OpenVINO
@@ -152,4 +152,4 @@ We'll make sure to review your Pull Request as soon as possible and provide you
152152
## License
153153

154154
By contributing to the OpenVINO project, you agree that your contributions will be
155-
licensed under the terms stated in the [LICENSE](./LICENSE.md) file.
155+
licensed under the terms stated in the [LICENSE](./LICENSE) file.

CONTRIBUTING_PR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Regardless of the automated tests, you should ensure the quality of your changes
5656

5757
## Need Additional Help? Check these Articles
5858

59-
* [How to create a fork](https://help.github.com/articles/fork-a-rep)
59+
* [How to create a fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
6060
* [Install Git](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup)
6161
* If you want to add a new sample, please have a look at the Guide for contributing
6262
to C++/C/Python IE samples and add the license statement at the top of new files for

0 commit comments

Comments
 (0)