From a1e02be3d3a9a084d25cc953ba854a7d3c2b1608 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 17 Sep 2019 11:43:33 +0900 Subject: [PATCH] docs: fix broken PR links (#1791) --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3b3b384a..eac876e23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a **Fixed** -- fix: content aligning breaks at IE11 ([#1684](https://github.com/facebook/docusaurus/pull/#1684)) -- fix: footer links margin ([#1781](https://github.com/facebook/docusaurus/pull/#1781)) -- feat: strip html from TOC ([#1762](https://github.com/facebook/docusaurus/pull/#1762)) +- fix: content aligning breaks at IE11 ([#1684](https://github.com/facebook/docusaurus/pull/1684)) +- fix: footer links margin ([#1781](https://github.com/facebook/docusaurus/pull/1781)) +- feat: strip html from TOC ([#1762](https://github.com/facebook/docusaurus/pull/1762)) **Docs** - docs: document what should be in .gitignore ([#1709](https://github.com/facebook/docusaurus/pull/1709)) -- docs: change separateCSS to separateCss ([#1735](https://github.com/facebook/docusaurus/pull/#1735)) -- docs: fix documented type for the `cleanUrl` option ([#1775](https://github.com/facebook/docusaurus/pull/#1775)) +- docs: change separateCSS to separateCss ([#1735](https://github.com/facebook/docusaurus/pull/1735)) +- docs: fix documented type for the `cleanUrl` option ([#1775](https://github.com/facebook/docusaurus/pull/1775)) - docs: improve tutorial ## [1.12.0] - 2019-07-20