Skip to content

Commit

Permalink
Merge pull request #327 from polywrap/fix-broken-links
Browse files Browse the repository at this point in the history
fixed broken links to react app demo and config builder readme
  • Loading branch information
pileks authored Oct 20, 2023
2 parents e918f68 + b8c540e commit 9af5dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/tutorials/use-wraps/configure-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion src/docs/tutorials/use-wraps/react-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 9af5dc6

Please sign in to comment.