Skip to content

Commit e281169

Browse files
authored
DOC -- Update broken links in fcl/README.md #2235 (#2237)
* Update broken links in fcl/README.md #2235 * Update README.md links to relative
1 parent c98e2f8 commit e281169

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/fcl/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fcl.config({
7676

7777
fcl.authenticate()
7878
```
79-
![FCL Default Discovery UI](docs/images/discovery.png)
79+
![FCL Default Discovery UI](../../docs/images/discovery.png)
8080

8181
> **Note**: A [Dapper Wallet](https://meetdapper.com/developers) developer account is required. To enable Dapper Wallet inside FCL, you need to [follow this guide](https://docs.meetdapper.com/get-started).
8282
@@ -136,7 +136,7 @@ const txId = await fcl.mutate({
136136

137137
## Typescript Support
138138

139-
FCL JS supports TypeScript. If you need to import specific types, you can do so via the [@onflow/typedefs](./packages/typedefs/README.md) package.
139+
FCL JS supports TypeScript. If you need to import specific types, you can do so via the [@onflow/typedefs](../typedefs/README.md) package.
140140

141141
```typescript
142142
import {CurrentUser} from "@onflow/typedefs"
@@ -152,7 +152,7 @@ const newUser: CurrentUser = {
152152
}
153153
```
154154

155-
For all type definitions available, see [this file](./packages/typedefs/src/index.js)
155+
For all type definitions available, see [this file](../typedefs/src/index.ts)
156156

157157
## Next Steps
158158

@@ -197,7 +197,7 @@ The discovery feature can be used via API allowing you to customize your own UI
197197

198198
## 🛠 Want to Use the Flow SDK Directly?
199199

200-
If you prefer to interact with Flow at a **lower level** without using FCL, you can use the [Flow JavaScript SDK](packages/sdk/readme.md) directly. The SDK provides raw access to Flow's API for sending transactions, executing scripts, and managing accounts.
200+
If you prefer to interact with Flow at a **lower level** without using FCL, you can use the [Flow JavaScript SDK](../sdk/readme.md) directly. The SDK provides raw access to Flow's API for sending transactions, executing scripts, and managing accounts.
201201

202202
FCL is built **on top of the Flow SDK**, making it easier to handle authentication, wallet interactions, and dapp connectivity. Choose the approach that best fits your use case.
203203

0 commit comments

Comments
 (0)