Skip to content

Commit

Permalink
Relative to absolute links in readme (fixes #291)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Jan 31, 2024
1 parent af15f59 commit d2fdac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pnpm add -D solid-devtools

## Using the browser extension

For the usage guide of the Solid Devtools chrome extension, please refer to the [extension documentation](../extension#Getting-started).
For the usage guide of the Solid Devtools chrome extension, please refer to the [extension documentation](https://github.com/thetarnav/solid-devtools/tree/main/packages/extension#Getting-started).

## Type Module

Expand Down Expand Up @@ -81,7 +81,7 @@ devtools({
})
```

[**>> Follow this locator guide to know more**](../debugger#using-component-locator)
[**>> Follow this locator guide to know more**](https://github.com/thetarnav/solid-devtools/tree/main/packages/debugger#using-component-locator)

### Import the devtools runtime

Expand Down Expand Up @@ -143,7 +143,7 @@ This option adds automatic name to signals, memos, stores, and mutables. Those n

#### `locator`

This option enables the [locator](../debugger#Using-component-locator) feature. The `key` and `targetIDE` are going to pe passed to `useLocator` function call.
This option enables the [locator](https://github.com/thetarnav/solid-devtools/tree/main/packages/debugger#Using-component-locator) feature. The `key` and `targetIDE` are going to pe passed to `useLocator` function call.

#### `locator.componentLocation`

Expand Down

0 comments on commit d2fdac5

Please sign in to comment.