Skip to content

Commit

Permalink
[Doc] Fix broken links in CONTRIBUTING.md (#2601)
Browse files Browse the repository at this point in the history
* Fix broken rocmsoftwareplatform.github.io links in CONTRIBUTING.md

* Use new organization name for repoistory links
  • Loading branch information
xu-shawn authored Dec 14, 2023
1 parent c6857a9 commit 1a1a4dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ different operators such as convolution, batch normalization,
pooling, softmax, activation and layers for Recurrent Neural
Networks (RNNs), used in both training and inference.

The easiest way to get started is to check out [MIOpen documentation](https://rocmsoftwareplatform.github.io/MIOpen/doc/html/) and [MIOpen: An Open Source Library For Deep Learning Primitives](https://arxiv.org/pdf/1910.00078.pdf).
The easiest way to get started is to check out [MIOpen documentation](https://rocm.docs.amd.com/projects/MIOpen/en/latest/) and [MIOpen: An Open Source Library For Deep Learning Primitives](https://arxiv.org/pdf/1910.00078.pdf).

All contributions you make will be under the [MIT Software License](LICENSE.txt).
## How do I contribute
### Reporting Issues
We use [GitHub Issues](https://github.com/ROCmSoftwarePlatform/MIOpen/issues) to track public **bugs** and **enhancement requests**.
We use [GitHub Issues](https://github.com/ROCm/MIOpen/issues) to track public **bugs** and **enhancement requests**.

If you have found an issue, please check [MIOpen documentation](https://rocmsoftwareplatform.github.io/MIOpen/doc/html/) to see if it is a bug or new feature enhancement which is not supported in the latest version of MIOpen:
If you have found an issue, please check [MIOpen documentation](https://rocm.docs.amd.com/projects/MIOpen/en/latest/) to see if it is a bug or new feature enhancement which is not supported in the latest version of MIOpen:

#### Bugs
Please follow the template below to report any bugs found in MIOpen:
Expand Down Expand Up @@ -73,7 +73,7 @@ Once a PR has been created, a developer must choose two reviewers
to review the changes made. The first reviewer should be a
technical expert in the portion of the library that the changes
are being made in. You can find a list of these experts in
[MIOpen Issue #789](https://github.com/ROCmSoftwarePlatform/MIOpen/issues/789)
[MIOpen Issue #789](https://github.com/ROCm/MIOpen/issues/789)
. The second reviewer should be a peer reviewer. This reviewer
can be any other MIOpen developer.

Expand All @@ -93,7 +93,7 @@ understand the intent of the added functionality, and will
maintain or improve the overall quality of the codebase.

Reviewer's task checklist:
1. Has the PR passed [necessary CI](https://github.com/ROCmSoftwarePlatform/MIOpen/pull/932#discussion_r634835432)?
1. Has the PR passed [necessary CI](https://github.com/ROCm/MIOpen/pull/932#discussion_r634835432)?
2. Does the PR consist of a well-organized sequence of small commits,
each of which is designed to make one specific feature or fix
(and ideally should be able to pass CI testing)?
Expand All @@ -103,7 +103,7 @@ testable and reviewable tasks instead of a huge chunk at once.
4. Does the PR have sufficient documentation and easy to read and understand,
feasible for test and future maintainence, related docs already in place?
e.g. revise or add to
[MIOpen documentation](https://rocmsoftwareplatform.github.io/MIOpen/doc/html/)
[MIOpen documentation](https://rocm.docs.amd.com/projects/MIOpen/en/latest/)
if API or functionality has changed?
5. For bugfixes and new features, new regression test created and included in CI,
or some other holistic test pipeline?
Expand Down

0 comments on commit 1a1a4dd

Please sign in to comment.