Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a part of #1776
  • Loading branch information
ralsina committed Jun 1, 2015
1 parent 0056c26 commit 20b97c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/command/check.py
Expand Up @@ -236,6 +236,7 @@ def analyze(self, fname, find_sources=False, check_remote=False):
continue

if url_type == 'rel_path':
target = target.lstrip('/')
target_filename = os.path.abspath(
os.path.join(os.path.dirname(filename), unquote(target)))

Expand Down

0 comments on commit 20b97c4

Please sign in to comment.