Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Feb 11, 2025
1 parent 393e565 commit 0a86fe3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Set up a Reactive DOT application

Start by setting up your Reactive DOT application. Follow the guide [here](https://reactivedot.dev/docs/getting-started/setup).
Start by setting up your Reactive DOT application. Follow the guide [here](https://reactivedot.dev/react/getting-started/setup).

### Add DOTConnect as a dependency

Expand All @@ -26,7 +26,7 @@ pnpm add dot-connect

### Install optional dependencies

Install any optional dependencies based on the wallet types you want to support by following this [documentation](https://reactivedot.dev/docs/getting-started/connect-wallets#install-optional-dependencies).
Install any optional dependencies based on the wallet types you want to support by following this [documentation](https://reactivedot.dev/react/getting-started/connect-wallets#install-optional-dependencies).

## Setup config

Expand All @@ -41,7 +41,7 @@ import { registerDotConnect } from "dot-connect";

// ...

// More information on how to set up your config: https://reactivedot.dev/docs/getting-started/setup#create-config
// More information on how to set up your config: https://reactivedot.dev/react/getting-started/setup#create-config
export const config = defineConfig({
// ...
wallets: [
Expand Down Expand Up @@ -150,4 +150,4 @@ function App() {

## Account management

Access accounts via the Reactive DOT API. For more details and examples, refer to the documentation [here](https://reactivedot.dev/docs/getting-started/connect-wallets#display-available-accounts).
Access accounts via the Reactive DOT API. For more details and examples, refer to the documentation [here](https://reactivedot.dev/react/getting-started/connect-wallets#display-available-accounts).

0 comments on commit 0a86fe3

Please sign in to comment.