qqeasonchen opened a new pull request, #5392: URL: https://github.com/apache/eventmesh/pull/5392
Follow-up to #5390 / #5391 — sweep every stale doc reference outside `docs/`. ## Motivation The docs restructure renamed/moved every page, but ~80 places across READMEs, CONTRIBUTING, code comments, build files, and config templates still referenced the old flat names (`docs/eventmesh-*.md`, `docs/control-plane.md`, …). This PR updates them all. ## Changes | File | What | | --- | --- | | `README.zh-CN.md` | Capability-table links + doc nav rewritten to the new `quickstart/feature/architecture` layout (mirrors the EN README map) | | `CONTRIBUTING.md` | Arch-guard + storage-SPI matrix links | | `docker/Dockerfile` | Deployment-mode note → `docs/feature/deployment.md` | | `eventmesh.properties` (runtime conf) | Connector Runtime section comment → `docs/feature/deployment.md` | | `DistributionMode.java` javadoc | → `docs/architecture/redesign.md` | | `eventmesh-sdk-java/build.gradle` | OMA demotion comment → `docs/feature/protocols.md` | | sdk `legacy-README.md` | Guide/inventory links | | `docs/**` (8 pages) | Link display text and prose mentions still naming old filenames — e.g. `evidence.md`, `production-ha-plan.md` (design records referencing what to update), `client-java.md`, `protocols.md`, `control-plane.md` | ## Verification - Repo-wide scan for 20 old-path patterns across java/gradle/properties/md/yml/Dockerfile: **0 stale references** remain (the only `docs/reference/` strings left are `opentelemetry.io` spec URLs — external, untouched). - **227 internal `.md` links across `docs/` + both READMEs + CONTRIBUTING all resolve** (0 broken). - Touched modules compile and pass `checkstyleMain` (runtime, sdk-java, common). -- 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]
