Internal links in a post pointing incorrectly

I use normal MDLink in my post. I have converted it from wikilinks as wikilinks don’t work in Hugo.

Problem is that when I put normal MDlink. It point to incorrect file leading to 404 error.

Example

I want to place a link to simplenote ( in a file called humblenote.md )

I write

[simplenote](simplenote)

When I navigate to website. humble note opens fine. But when I click the simplenote link.

I get a link that points to

/humblelink/simplenote.md

which gives 404 error.

whereas what I need is

/simplenote/

Please Help :pray:

Do [simplenote][/simplenote/] instead of [simplenote](simplenote).

1 Like

This solved the problem.

Alright. The last time I tried that code, it turned all my internal links into one link which was the same as the post link. So, examine carefully that every internal link works as expected.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.