1
0
Fork 0

chore(markdown): Updated links for v3

This commit is contained in:
Joost De Cock 2022-10-12 19:09:04 +02:00
parent df02504ef7
commit 7cc37ea150
25 changed files with 44 additions and 44 deletions

View file

@ -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

View file

@ -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

View file

@ -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"