Skip to content

Commit bf9bbf3

Browse files
authored
fix(docs): link to a .md file instead of localhost (formatjs#3434)
1 parent d5a7b90 commit bf9bbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/intl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ type MessageDescriptor = {
425425
```
426426

427427
:::info Extracting Message Descriptor
428-
You can extract inline-declared messages from source files using [our CLI](http://localhost:3000/docs/getting-started/message-extraction).
428+
You can extract inline-declared messages from source files using [our CLI](./getting-started/message-extraction.md).
429429
:::
430430

431431
### Message Formatting Fallbacks

0 commit comments

Comments
 (0)