From b9f41550b03cfebda4aa474e79a67d9c9c12298c Mon Sep 17 00:00:00 2001 From: Yunhao Ling Date: Wed, 9 Sep 2020 10:36:37 -0700 Subject: [PATCH] small fix in setup.py --- .../azure-schemaregistry-avroserializer/samples/README.md | 2 +- sdk/schemaregistry/azure-schemaregistry/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/schemaregistry/azure-schemaregistry-avroserializer/samples/README.md b/sdk/schemaregistry/azure-schemaregistry-avroserializer/samples/README.md index 5c235b8bccba..7dfb44bc4e3d 100644 --- a/sdk/schemaregistry/azure-schemaregistry-avroserializer/samples/README.md +++ b/sdk/schemaregistry/azure-schemaregistry-avroserializer/samples/README.md @@ -5,7 +5,7 @@ languages: products: - azure - azure-schema-registry-avro-serializer -urlFragment: schemaregistry-avro-serializer-samples +urlFragment: schemaregistry-avroserializer-samples --- # Azure Schema Registry Avro Serializer library for Python Samples diff --git a/sdk/schemaregistry/azure-schemaregistry/setup.py b/sdk/schemaregistry/azure-schemaregistry/setup.py index 118bd0775d15..12ba9d6c964e 100644 --- a/sdk/schemaregistry/azure-schemaregistry/setup.py +++ b/sdk/schemaregistry/azure-schemaregistry/setup.py @@ -13,7 +13,7 @@ # Change the PACKAGE_NAME only to change folder and different name PACKAGE_NAME = "azure-schemaregistry" -PACKAGE_PPRINT_NAME = "SchemaRegistry" +PACKAGE_PPRINT_NAME = "Schema Registry" # a-b-c => a/b/c package_folder_path = PACKAGE_NAME.replace('-', '/')