chihsuan opened a new pull request, #432: URL: https://github.com/apache/ozone-site/pull/432
## What changes were proposed in this pull request? Fixes the two broken links on https://ozone.apache.org/community/who-uses-ozone/ reported in [HDDS-14980](https://issues.apache.org/jira/browse/HDDS-14980): - **Shopee** — the Google Drive link was not publicly accessible. Repointed to the existing static asset `/ApacheOzoneBestPracticesAtShopee.pdf` already committed under `static/` (the same deck is linked from `events-and-media.md`). - **DiDi** — the previous URL `https://ozone.apache.org/assets/ApacheOzoneBestPracticesAtDidi.pdf` returned 404 (no such path is served). Committed the PDF to `static/ApacheOzoneBestPracticesAtDidi.pdf` and updated the link to `/ApacheOzoneBestPracticesAtDidi.pdf`. - The same broken DiDi URL also appeared in `blog/2026-01-30-apache-ozone-best-practices-at-didi.md` and has been updated to the new path. ## What is the link to the Apache JIRA? https://issues.apache.org/jira/browse/HDDS-14980 ## How was this patch tested? Verified locally with the Docusaurus dev server (`pnpm start`): - `/community/who-uses-ozone/` → 200 - `/ApacheOzoneBestPracticesAtShopee.pdf` → 200, `application/pdf`, 1.56 MB - `/ApacheOzoneBestPracticesAtDidi.pdf` → 200, `application/pdf`, 5.64 MB - `/blog/2026/01/30/apache-ozone-best-practices-at-didi` → 200 Ran `pnpm run lint` — no warnings on the changed files. -- 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]
