I have 2 views setup - one is for a directory listing of nodes and the other displays an individual node from that directory.
The directory view is visible at /directory and can be filtered by letter (e.g. /directory/b will show all nodes whose title starts with b)
Currently, the directory listings link to /directory/show/[nid] but I would like them to be friendlier. For example /directory/show/example-title.
I can get close to this if I check 'Output this field as a link' on the Title field and set the 'Link path' to directory/show/[title]. However, that displays the link as /directory/show/Example Title.
Is it possible for this link to be displayed as /directory/show/example-title somehow?