cobwebch / external_import

Other
20 stars 16 forks source link

Failure in documentation of transformations configuration #258

Closed m10a closed 2 years ago

m10a commented 2 years ago

You have a failure in your documentation: In https://github.com/cobwebch/external_import/blob/master/Documentation/Administration/Transformations/Index.rst

It should be 'class' => \Cobweb\ExternalImport\Transformations\DateTimeTransformation::class,

instead of

'class' => \Cobweb\ExternalImport\Task\DateTimeTransformation::class,

in line 148

fsuter commented 2 years ago

Thanks for spotting it. I'll fix it in the next release.