statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 235 forks source link

Relative links validation failure for internal links #954

Open atiq-cs opened 3 years ago

atiq-cs commented 3 years ago

In this case, I am getting validation failure for tags/podcasts. I do have the tag: podcasts. However, it is still failing validation and it is generating lot of warnings.

blog/input/posts/celebrating-science-day.md => posts/celebrating-science-day.html] Could not validate relative link: <a class="nav-link" href="tags/podcasts">পডকাস্ট</a> (ValidateRelativeLinks)
... ... ...
same error continues for all the posts..
... ... ....
[WARN] 59 total relative links could not be validated (ValidateRelativeLinks)
daveaglick commented 2 years ago

Sorry for the extremely late reply 😬. I think some of the work done since this was filed may have resolved it. Are you still seeing the problem in the most recent releases?

RohitM-IN commented 6 months ago

I am still seeing this in Statiq.Docs Version="1.0.0-beta.15"

daveaglick commented 6 months ago

Any chance you could post/send a reproducible example, @RohitM-IN? Since this issue was originally opened and my reply, there was a pretty big rework of the link validation code that should have cleared things up. If you're seeing issues it may not be the same as what was originally reported here.

RohitM-IN commented 6 months ago

If you're seeing issues it may not be the same as what was originally reported here.

yes I am sorry I meant was some of the relative links was not generating and most of them was generic class/methods API links

I was searching that time for the relative links issue now opened up discussion

I was talking about statiqdev/discussions/210