diff --git a/product_docs/docs/pgd/5/cli/command_ref/index.mdx b/product_docs/docs/pgd/5/cli/command_ref/index.mdx index 5a9e4c2ee69..e644e01de60 100644 --- a/product_docs/docs/pgd/5/cli/command_ref/index.mdx +++ b/product_docs/docs/pgd/5/cli/command_ref/index.mdx @@ -29,7 +29,7 @@ cluster resources. - [show](node/show): Show node-level information. - [set-option](node/set-option): Set node-level options. - [get-option](node/get-option): Get node-level options. - - [upgrade-postgres](node/upgrade-postgres): Performa major version upgrade of a PGD Postgres node. + - [upgrade](node/upgrade): Perform a major version upgrade of a PGD Postgres node. - [nodes](nodes): Node related commands for listing nodes. - [list](nodes/list): List nodes. - [events](events): Event log commands for viewing events. diff --git a/product_docs/docs/pgd/5/cli/command_ref/node/upgrade-postgres.mdx b/product_docs/docs/pgd/5/cli/command_ref/node/upgrade.mdx similarity index 100% rename from product_docs/docs/pgd/5/cli/command_ref/node/upgrade-postgres.mdx rename to product_docs/docs/pgd/5/cli/command_ref/node/upgrade.mdx