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

Commit

Permalink
Update image url
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrett committed Feb 22, 2019
1 parent ae50d32 commit bfa1289
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', "/edition-jekyll-template/images/$src" );
}

$content = sprintf(
Expand Down

0 comments on commit bfa1289

Please sign in to comment.