diff --git a/site2/docs/schema-manage.md b/site2/docs/schema-manage.md index 60b50fea458b8..eb69b673e7e69 100644 --- a/site2/docs/schema-manage.md +++ b/site2/docs/schema-manage.md @@ -828,10 +828,10 @@ To set a schema compatibility check strategy at the topic level, use one of the -Use the [`pulsar-admin topics set-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. +Use the [`pulsar-admin topicsPolicies set-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. ```shell -pulsar-admin topics set-schema-compatibility-strategy +pulsar-admin topicsPolicies set-schema-compatibility-strategy ``` @@ -859,10 +859,10 @@ To get the topic-level schema compatibility check strategy, use one of the follo -Use the [`pulsar-admin topics get-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. +Use the [`pulsar-admin topicsPolicies get-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. ```shell -pulsar-admin topics get-schema-compatibility-strategy +pulsar-admin topicsPolicies get-schema-compatibility-strategy ``` @@ -894,10 +894,10 @@ To remove the topic-level schema compatibility check strategy, use one of the fo -Use the [`pulsar-admin topics remove-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. +Use the [`pulsar-admin topicsPolicies remove-schema-compatibility-strategy`](https://pulsar.apache.org/tools/pulsar-admin/) command. ```shell -pulsar-admin topics remove-schema-compatibility-strategy +pulsar-admin topicsPolicies remove-schema-compatibility-strategy ```