With Views, I want to output a list that links to each comment of the current node. But instead of linking to
/comment/42#comment-42
I want to link to
/node/23#comment-42
I tried these fields, but they all link to the URL in the /comment/ space:
-
Comment: Title (Formatter: Plain text)
/comment/42 -
Comment: Title (Formatter: Comment Permalink)
/comment/42#comment-42 -
Comment: Link to Comment
/comment/42
Is there a way to output anchors in the /node/ space? The solution doesn’t need to support comment pagination (a node will never reach the limit).