Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need for chaining link checks #139

Closed
Nortamo opened this issue Oct 1, 2019 · 1 comment
Closed

Need for chaining link checks #139

Nortamo opened this issue Oct 1, 2019 · 1 comment

Comments

@Nortamo
Copy link
Collaborator

Nortamo commented Oct 1, 2019

Currently there are test to check for hidden files (#122 ), i.e files which don't have any links pointing to them. What would also be good to have is to have chaining link test.

So a file might have a link to it from another file, but is not accessible if there is no link to
the other file. At the moment we have no way of automatically checking this.

Working:
navbar -> f1 -> f2
we can access f2 normally

Broken:
navbar -> f1-> f2
we can't access f2 normally we need to manually look at f1.

@rkronberg rkronberg reopened this Feb 24, 2025
@rkronberg rkronberg closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 2025
@lvarin
Copy link
Member

lvarin commented Feb 24, 2025

This was implemented already some time ago, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants