mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-11 23:30:16 +00:00
[chore] fix typo in docs (#3758)
* [chore] fix link reference in docs/admin/settings.md * [docs] fix typo in docs/federation/posts.md
This commit is contained in:
parent
e10de8464a
commit
2aa3524739
|
@ -253,4 +253,4 @@ custom CSS allows you to further customize the way your instance looks when visi
|
||||||
|
|
||||||
This custom CSS will be applied to all pages of your instance. Users themes and CSS still take precedence over this customization.
|
This custom CSS will be applied to all pages of your instance. Users themes and CSS still take precedence over this customization.
|
||||||
|
|
||||||
See the [Custom CSS](./custom_css.md) page for some tips on writing custom CSS for your instance.
|
See the [Custom CSS](../user_guide/custom_css.md) page for some tips on writing custom CSS for your instance.
|
||||||
|
|
|
@ -79,7 +79,7 @@ For example:
|
||||||
"updated": "2022-11-17T11:36:05Z"
|
"updated": "2022-11-17T11:36:05Z"
|
||||||
}
|
}
|
||||||
[...]
|
[...]
|
||||||
}`
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
The text `:shocked_pikachu:` in the `content` of the above `Note` should be replaced by clients with a small (inline) version of the emoji image, when rendering the `Note` and displaying it to users.
|
The text `:shocked_pikachu:` in the `content` of the above `Note` should be replaced by clients with a small (inline) version of the emoji image, when rendering the `Note` and displaying it to users.
|
||||||
|
|
Loading…
Reference in a new issue