Fix broken links in documentation

Close #3004
This commit is contained in:
Michael Rose
2021-06-23 08:17:31 -04:00
parent 8152b4cbfc
commit 3b62fcef6b
3 changed files with 13 additions and 3 deletions

View File

@ -5,12 +5,17 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2021-06-23T08:12:46-04:00
last_modified_at: 2021-06-23T08:17:10-04:00
toc: false
---
## Unreleased
### Bug Fixes
- Fix broken sidebar image in sample post. [#3013](https://github.com/mmistakes/minimal-mistakes/issues/3013)
- Fix broken links in Upgrading documentation. [#3004](https://github.com/mmistakes/minimal-mistakes/issues/3004)
### Enhancements
- Remove `h2` from skip links navigation as it is not important for site structure. [#3012](https://github.com/mmistakes/minimal-mistakes/pull/3012)