Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Fix image rel url
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrett committed Mar 13, 2019
1 parent 9bc04da commit 86cf56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ddgc_export_help.pl
Expand Up @@ -108,7 +108,7 @@ sub write_markup {
copy( catfile( $self->ddgc->config->rootdir_path, $src ), $self->img_dir );
$src = $self->filename_for( $src );

$node->attr( 'src', "../images/$src" );
$node->attr( 'src', "../../images/$src" );
}

$content = sprintf(
Expand Down

0 comments on commit 86cf56b

Please sign in to comment.