aboutsummaryrefslogtreecommitdiffstats
path: root/docs/change_log/release-2.6.md
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2018-01-12 14:54:19 +0300
committerWaylan Limberg <waylan.limberg@icloud.com>2018-01-12 23:15:45 -0500
commit6d1537ac5e528db9e91cf905f507bb409e546d2c (patch)
treeb72798fe194dddd08629d7d9eda5fef61b5e83b4 /docs/change_log/release-2.6.md
parentcd7324333a995eeb62a3e6eacdb3b179c6256133 (diff)
downloadmarkdown-6d1537ac5e528db9e91cf905f507bb409e546d2c.tar.gz
markdown-6d1537ac5e528db9e91cf905f507bb409e546d2c.tar.bz2
markdown-6d1537ac5e528db9e91cf905f507bb409e546d2c.zip
docs: Remove references to header_id.md page.
The page was removed along with the extension in 1127013. Also ensure any future MkDocs warnings cause the build to fail in the tests so we don't introduce similar errors in the future.
Diffstat (limited to 'docs/change_log/release-2.6.md')
-rw-r--r--docs/change_log/release-2.6.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/change_log/release-2.6.md b/docs/change_log/release-2.6.md
index 1495072..1799cde 100644
--- a/docs/change_log/release-2.6.md
+++ b/docs/change_log/release-2.6.md
@@ -142,7 +142,7 @@ explanation of the current behavior.
### HeaderId Extension Pending Deprecation
-The [HeaderId][hid] Extension is pending deprecation and will raise a
+The HeaderId Extension is pending deprecation and will raise a
**`PendingDeprecationWarning`** in version 2.6. The extension will be deprecated
in the next release and raise an error in the release after that. Use the [Table
of Contents][TOC] Extension instead, which offers most of the features of the
@@ -153,8 +153,6 @@ defined in the HeaderId Extension should note that those functions are now
defined in the Table of Contents extension and should adjust their import
statements accordingly (`from markdown.extensions.toc import slugify, unique`).
-[hid]: ../extensions/header_id.md
-
### The `configs` Keyword is Deprecated
Positional arguments and the `configs` keyword on the