Skip to content

Commit 8f958c9

Browse files
authored
[schema-registry-json] Update links in Readme (Azure#26738)
### Packages impacted by this PR schema-registry-json ### Issues associated with this PR ### Describe the problem that is addressed by this PR Update the links to the main branch ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent b95a5f4 commit 8f958c9

File tree

1 file changed

+4
-4
lines changed
  • sdk/schemaregistry/schema-registry-json

1 file changed

+4
-4
lines changed

sdk/schemaregistry/schema-registry-json/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Json-serialized data.
77

88
Key links:
99

10-
- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/schemaregistryjson-init/sdk/schemaregistry/schema-registry-json)
10+
- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry-json)
1111
- [Package (npm)](https://www.npmjs.com/package/@azure/schema-registry-json)
1212
- [API Reference Documentation](https://aka.ms/schemaregistryjson-js-api)
13-
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/schemaregistryjson-init/sdk/schemaregistry/schema-registry-json/samples)
13+
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry-json/samples)
1414

1515
## Getting started
1616

@@ -103,7 +103,7 @@ const deserializedValue = await serializer.deserialize(message);
103103
The serializer doesn't check whether the deserialized value matches the schema
104104
but provides an option to implement such validation. The application can pass a
105105
validation callback function as one of the options to the deserialize method where schema validation can be implemented.
106-
To see how the validation might be implemented, please checkout the [`schemaRegistryJsonWithValidation`](https://github.com/Azure/azure-sdk-for-js/tree/schemaregistryjson-init/sdk/schemaregistry/schema-registry-json/samples-dev/schemaRegistryJsonWithValidation.ts)
106+
To see how the validation might be implemented, please checkout the [`schemaRegistryJsonWithValidation`](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry-json/samples-dev/schemaRegistryJsonWithValidation.ts)
107107
sample.
108108

109109
## Troubleshooting
@@ -126,7 +126,7 @@ setLogLevel("info");
126126
## Next steps
127127

128128
Please take a look at the
129-
[samples](https://github.com/Azure/azure-sdk-for-js/tree/schemaregistryjson-init/sdk/schemaregistry/schema-registry-json/samples)
129+
[samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/schemaregistry/schema-registry-json/samples)
130130
directory for detailed examples on how to use this library.
131131

132132
## Contributing

0 commit comments

Comments
 (0)