From b8c540e97c5e28b10fd12f2bcebac8f7a16f9e09 Mon Sep 17 00:00:00 2001 From: krisbitney Date: Fri, 20 Oct 2023 15:07:51 +0500 Subject: [PATCH] fixed broken links to react app demo and config builder readme --- src/docs/tutorials/use-wraps/configure-client.md | 2 +- src/docs/tutorials/use-wraps/react-integration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/tutorials/use-wraps/configure-client.md b/src/docs/tutorials/use-wraps/configure-client.md index 6e4047a8..5c8b5c06 100644 --- a/src/docs/tutorials/use-wraps/configure-client.md +++ b/src/docs/tutorials/use-wraps/configure-client.md @@ -7,7 +7,7 @@ The Polywrap Client accepts an optional [`CoreClientConfig`](https://github.com/ If none is provided, a default configuration is used which should be sufficient for most use-cases. -However, if you wish to configure the client, you can supply your own config object by building it using the [Client Config Builder](https://github.com/polywrap/javascript-client/tree/origin-dev/packages/client-config-builder). +However, if you wish to configure the client, you can supply your own config object by building it using the [Client Config Builder](https://github.com/polywrap/javascript-client/tree/origin-dev/packages/config-builder). ## The `ClientConfigBuilder` diff --git a/src/docs/tutorials/use-wraps/react-integration.md b/src/docs/tutorials/use-wraps/react-integration.md index 3e253f5a..567f6d7e 100644 --- a/src/docs/tutorials/use-wraps/react-integration.md +++ b/src/docs/tutorials/use-wraps/react-integration.md @@ -9,7 +9,7 @@ To use the Polywrap React integration, you'll need to install the `@polywrap/rea npm install --save @polywrap/react ``` -An example React application can be found [here](https://github.com/polywrap/demos/tree/main/hello-world/app/react.js). +An example React application can be found [here](https://github.com/polywrap/demos/tree/main/hello-world/app/react-js). ### **PolywrapProvider**