Skip to content

Commit

Permalink
Add link to v8 post to sections warning [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 10, 2018
1 parent 4e2a8e0 commit 866d38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -744,7 +744,7 @@ def __init__(self, **config):

if self.config.get('POSTS_SECTIONS'):
utils.LOGGER.warn("The sections feature has been removed and its functionality has been merged into categories.")
utils.LOGGER.warn("For more information on how to migrate, please read: TODO") # TODO: blog post
utils.LOGGER.warn("For more information on how to migrate, please read: https://getnikola.com/blog/upgrading-to-nikola-v8.html#sections-were-replaced-by-categories")

for section_config_suffix, cat_config_suffix in (
('DESCRIPTIONS', 'DESCRIPTIONS'),
Expand Down

0 comments on commit 866d38f

Please sign in to comment.