Pages are being named after the structure of the categories in the project. For example, if you've got the following category structure:
+Links
├+Category1
│ └Category11
│ └Category12
├+Category2
│ └Category21
│ └Category22
└-Category3Then your pages will be named like this:
--------------------------------
links.html
links-category1.html
links-category1-category11.html
links-category1-category12.html
links-category2.html
links-category2-category21.html
links-category2-category22.html
links-category3.html--------------------------------
So, if you want to get rid of the "links-" prefix, just move "Category1", "Category2" and "Category3" to the top level (make them "root" categories), and then delete the "Links" category.
+Category1
└Category11
└Category12
+Category2
└Category21
└Category22
-Category3This way you'll get the following naming:
--------------------------------
category1.html
category1-category11.html
category1-category12.html
category2.html
...--------------------------------
To do this, please go to
"Preferences -> Link Directory Settings -> Categories...", and use the
"Move in"/
"Move out" buttons to change the level of your catogories. LinkAssistant will change file names automatically next time you'll be generating the link directory.
Hope I was clear enough.
