Skip to content

docs: fix broken module path "ozheraoperator-server" in deploy document - #684

Merged
wtt40122 merged 2 commits into
apache:masterfrom
sadadw1:docs/fix-ozheraoperator-path-683
Aug 28, 2026
Merged

wtt40122 merged 2 commits into
apache:masterfrom
sadadw1:docs/fix-ozheraoperator-path-683

Conversation

@sadadw1

@sadadw1 sadadw1 commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Ⅰ. Describe what this PR did

The deploy document (EN + CN) told users the MySQL create-table SQL lives under a path with a missing hyphen:

ozhera/ozhera-operator/ozheraoperator-server/src/main/resources/ozhera_init/mysql/sql

The actual module directory is ozhera-operator-server (with a hyphen). This PR fixes the path in both ozhera-deploy-document.md and ozhera-deploy-document_cn.md.

- ozhera/ozhera-operator/ozheraoperator-server/src/main/resources/ozhera_init/mysql/sql
+ ozhera/ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql

Ⅱ. Does this pull request fix one issue?

fixes #683

Ⅲ. Why don't you add test cases (unit test/integration test)?

Documentation-only path text fix; nothing to test.

Ⅳ. Describe how to verify it

Confirm ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql matches the actual directory in the repo, and that no ozheraoperator-server token remains in the deploy docs.

Ⅴ. Special notes for reviews

The actual directory is ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql.

@wodiwudi wodiwudi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wtt40122 wtt40122 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+LGTM

@wtt40122
wtt40122 merged commit 48d29f1 into apache:master Aug 28, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] Fix broken module path "ozheraoperator-server" in deploy document

3 participants