@azure/core-client 1.4.1-alpha.20220107.1 → 1.4.1-alpha.20220131.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -37,11 +37,11 @@ The method `createSerializer` creates a `Serializer` that is used to do the bulk
37
37
 
38
38
  ## Examples
39
39
 
40
- Examples can be found in the `samples` folder.
40
+ Examples can be found in the [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-client/samples) folder.
41
41
 
42
42
  ## Next steps
43
43
 
44
- You can build and run the tests locally by executing `rushx test`. Explore the `test` folder to see advanced usage and behavior of the public classes.
44
+ You can build and run the tests locally by executing `rushx test`. Explore the [test](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-client/test) folder to see advanced usage and behavior of the public classes.
45
45
 
46
46
  Learn more about [AutoRest](https://github.com/Azure/autorest) and the [autorest.typescript extension](https://github.com/Azure/autorest.typescript) for generating a compatible client on top of this package.
47
47