Skip to content

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

Description

@sadadw1

What happened?

In the RocketMQ deploy document, the EN and CN both point users to a source path with a missing hyphen when describing where the MySQL create-table SQL lives:

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

The actual module directory is ozhera-operator-server (with a hyphen), i.e. ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql (see ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql). The doc writes ozheraoperator-server (missing the - between ozhera and operator), so the path does not exist.

Impact

Documentation-only. Users following the deploy guide cannot locate the directory, but no runtime/business logic is affected.

Suggested fix

Replace ozheraoperator-server with ozhera-operator-server in both readme/deploy/ozhera-deploy-document.md and readme/deploy/ozhera-deploy-document_cn.md.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions