Skip to content

Commit

Permalink
fixed broken doc links (#22088)
Browse files Browse the repository at this point in the history
Co-authored-by: Przemyslaw Wysocki <[email protected]>
  • Loading branch information
SANTHOSH-MAMIDISETTI and p-wysocki authored Jan 16, 2024
1 parent e35de07 commit 9cf2ab0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ 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
existing articles. Whether you notice a mistake, see the possibility of improving the text,
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
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion CONTRIBUTING_PR.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cf2ab0

Please sign in to comment.