Logical-file-path documentation error

The usage of the logical-file-path is documented twice in two different maners:

In the second link, for the sql usage, it is presented with the following snippet:
--liquibase formatted sql logical-file-path:path-independent
the kebab-case used here doesn’t work, it should be defined in camelCase like in the first link:
--liquibase formatted sql logicalFilePath:path-independent

We also noticed that the navigation to the second link ( Parameters > Command > logical-file-path is broken.

We spent quite some time to figure out what was wrong with our file migration because of that. Hope this can be fixed so nobody else runs into this issue :wink:

Thanks for the great job you are doing.

Hey @mbaumeler - thank you for the feedback. I’ll report it to the documentation team.