Fix links and headings after merging wiki contents

This commit is contained in:
Vitaly Potyarkin 2019-12-03 16:23:17 +03:00
commit c0b7c1b110
4 changed files with 11 additions and 7 deletions

View file

@ -110,7 +110,7 @@ THEME = alchemy.path()
## Usage
Visit the [Settings wiki](https://github.com/nairobilug/pelican-alchemy/wiki/Settings) for examples:
Visit the [Settings docs](docs/settings.md) for examples:
- **SITESUBTITLE**: Subtitle that appears in the header.
- **SITEIMAGE**: Image that appears in the header.
@ -141,7 +141,7 @@ Example [pelicanconf.py](https://github.com/nairobilug/pelican-alchemy/blob/demo
### Tips & Tricks
https://github.com/nairobilug/pelican-alchemy/wiki/Tips
[See documentation page](docs/pelican-tips.md)
## How to Contribute