chore(markdown): Updated links for v3
This commit is contained in:
parent
df02504ef7
commit
7cc37ea150
25 changed files with 44 additions and 44 deletions
|
@ -34,7 +34,7 @@ function fromAbs(millimeter, settings) {
|
|||
|
||||
The first parameter is the desired value in millimeter (for example
|
||||
`130` for `13cm`).
|
||||
The second parameter is the pattern's [settings](/reference/api/settings) object
|
||||
The second parameter is the pattern's [settings](/reference/settings) object
|
||||
which holds -- among other things -- the measurements provided by the user.
|
||||
|
||||
## Example
|
||||
|
|
|
@ -24,7 +24,7 @@ function toAbs(percentage, settings) {
|
|||
|
||||
The first parameter is the percentage value provided by the user (for example
|
||||
`0.5` for `50%`).
|
||||
The second parameter holds the pattern's [settings](/reference/api/settings) object
|
||||
The second parameter holds the pattern's [settings](/reference/settings) object
|
||||
which holds -- among other things -- the measurements provided by the user.
|
||||
|
||||
## Example
|
||||
|
|
|
@ -16,7 +16,7 @@ import { Florence } from "@freesewing/florence"
|
|||
const pattern = new Florence()
|
||||
```
|
||||
|
||||
You probably want to create a pattern using your own [settings](/reference/api/settings):
|
||||
You probably want to create a pattern using your own [settings](/reference/settings):
|
||||
|
||||
```js
|
||||
import { Florence } from "@freesewing/florence"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue