Documentation link on 3rd party module not working

Hi, I am working on migrating Kymera modules to ignition 8. During the testing I found out that the documentation link on the installed module in Config>modules doesn’t download the manual of the module instead takes me to the overview page of Configuration. I am using 1.1.0 version of ignition-maven-plugin and below is how my entry for the documentation looks like

 <moduleVersion>${project.version}.${buildNumber}</moduleVersion>
 <requiredIgnitionVersion>8.0.0</requiredIgnitionVersion>
 <requiredFrameworkVersion>8</requiredFrameworkVersion>
 <gatewayAddress>${ignitionRemoteUrl}</gatewayAddress>
 <licenseFile>license.html</licenseFile>
 <documentationFile>manual.pdf</documentationFile>

I wonder am I missing something or has there been any change in the way to specify documentation? Thanks!

Bug on our side; fixed in 8.0.1.

@PGriffith Thanks for the prompt reply.

1 Like