chihsuan opened a new pull request, #10153:
URL: https://github.com/apache/ozone/pull/10153

   ## What changes were proposed in this pull request?
   
   Updates four broken https://ozone.apache.org/docs/current/...html 
documentation
   links that returned 404 after the docs site moved from Hugo to Docusaurus
   (eliminating the current/ namespace and .html suffix).
   
   Each link is repointed at the equivalent Docusaurus page, choosing targets 
that
   match the audience and link-text framing of the surrounding paragraph:
   
   - CONTRIBUTING.md:78 (Docker Compose) -> 
/docs/developer-guide/run/docker-compose/
     The surrounding text walks contributors through building from source and
     running the in-tree compose; the dev-guide page documents that exact flow,
     starting with the same `cd 
./hadoop-ozone/dist/target/ozone-<VERSION>/compose/ozone`
     step.
   
   - dist/README.md:33,41,42 -> 
/docs/quick-start/installation/{docker,kubernetes,kubernetes/#minikube}
     Both the link text ("Getting Started: ...") and the surrounding intro
     ("More information can be found in the Getting Started Guide:") explicitly
     invoke the Quick Start framing, so the URLs match those labels.
   
   Out of scope: broken /docs/edge/...html links and the OEP link on
   CONTRIBUTING.md:98 -- both are covered by HDDS-14663 / apache/ozone-site#351,
   which restores /docs/edge/ as a frozen archive.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-15124
   
   ## How was this patch tested?
   
   - Verified each new URL resolves to a page in the apache/ozone-site 
Docusaurus
     source tree (`docs/02-quick-start/01-installation/02-kubernetes.md` with a
     `## Minikube` section, 
`docs/08-developer-guide/02-run/02-docker-compose.md`,
     `docs/02-quick-start/01-installation/README.mdx`).
   - Markdown-only change; no code, config, or test files touched.
   - `build-branch` CI on the fork: all docs / RAT / checkstyle / PMD / 
findbugs /
     acceptance jobs passed. Two integration jobs hit known flakes:
     - `integration (recon)` failures cleared on rerun (transient).
     - `integration (hdds)` -> TestDeadNodeHandler.testOnMessage is the failure
       tracked in HDDS-14977 (Open).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to