HDDS-15919. Fix broken Ozone Enhancement Proposals link in CONTRIBUTING.md - #10824
Open
priyeshkaratha wants to merge 3 commits into
Open
HDDS-15919. Fix broken Ozone Enhancement Proposals link in CONTRIBUTING.md#10824priyeshkaratha wants to merge 3 commits into
priyeshkaratha wants to merge 3 commits into
Conversation
| ## New feature development | ||
|
|
||
| For large feature development changes, we use a process called "Ozone Enhancement Proposals" (OEP). This process is designed to ensure that major changes to Ozone are well-designed and have community consensus. If you are planning to propose a significant change, please read the [Ozone Enhancement Proposals](https://ozone.apache.org/docs/edge/design/ozone-enhancement-proposals.html) documentation and create a design document before you start coding. Please note that we only accept design documents in Markdown format; PDF or Google Docs are no longer accepted. | ||
| For large feature development changes, we use a process called "Ozone Enhancement Proposals" (OEP). This process is designed to ensure that major changes to Ozone are well-designed and have community consensus. If you are planning to propose a significant change, please read the [Ozone Enhancement Proposals](https://github.com/apache/ozone/blob/master/hadoop-hdds/docs/content/design/ozone-enhancement-proposals.md) documentation and create a design document before you start coding. Please note that we only accept design documents in Markdown format; PDF or Google Docs are no longer accepted. |
Contributor
There was a problem hiding this comment.
Thanks for catching that @priyeshkaratha .
AGENTS.md still links to the old broken URL in the References section. Could we update that here too, since it’s the same fix?
Member
Author
There was a problem hiding this comment.
Thanks @sravani-revuri for catching this. Updated PR
priyeshkaratha
marked this pull request as draft
July 23, 2026 17:41
priyeshkaratha
marked this pull request as ready for review
July 26, 2026 08:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
The New Feature Development section in CONTRIBUTING.md contains a hyperlink that points to a non-existent page
currently pointing to https://ozone.apache.org/docs/edge/design/ozone-enhancement-proposals.html and it is changed to use hadoop-hdds/docs/content/design/ozone-enhancement-proposals.md
What is the link to the Apache JIRA
HDDS-15919
How was this patch tested?
Tested manually