Skip to content

Commit 6b5457e

Browse files
authored
docs: remove localhost from links in readme (#372)
1 parent 232eca5 commit 6b5457e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/blocks/Questions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Questions block
1616

1717
- `title: string` — Question title (on the right)
1818
- `text: string` — Question text
19-
- `link?: Link` — Link below the text (see [Link](http://localhost:7009/?path=/docs/components-links-and-buttons-link--default))
19+
- `link?: Link` — Link below the text (see [Link](?id=components-links-and-buttons-link--default&viewMode=docs))
2020
- `listStyle?: 'dash' | 'disk'` — If the text contains a list, it may be either with a dash (dash) or with dots (disk).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#### With Footnotes
22

3-
![With Footnotes](https://img.shields.io/static/v1?label=Status&message=Deprecated&color=red) · use [Content](http://localhost:7009/?path=/docs/components-content--default) instead
3+
![With Footnotes](https://img.shields.io/static/v1?label=Status&message=Deprecated&color=red) · use [Content](?id=components-content--default&viewMode=docs) instead

0 commit comments

Comments
 (0)