Skip to content

Commit 75b82ae

Browse files
committed
Add .md
1 parent e103629 commit 75b82ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/build/tools/clients/fcl-js/configure-fcl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fcl
2020
.put('baz', 'buz'); // configures "baz" to be "buz"
2121
```
2222

23-
> **Note**: For advanced use cases requiring scoped configuration, isolated client instances, or multi-tenancy support, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient).
23+
> **Note**: For advanced use cases requiring scoped configuration, isolated client instances, or multi-tenancy support, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient.md).
2424
2525
## Getting Configuration Values
2626

docs/build/tools/clients/fcl-js/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fcl.config({
8080
fcl.authenticate();
8181
```
8282

83-
> **Note**: For advanced configuration patterns including scoped clients and multi-tenancy, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient).
83+
> **Note**: For advanced configuration patterns including scoped clients and multi-tenancy, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient.md).
8484
8585
![FCL Default Discovery UI](images/discovery.png)
8686

0 commit comments

Comments
 (0)