-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Dead link in documentation #53348
Comments
It points to |
Thank you, that looks correct |
Submit a PR? |
Hello, |
Welcome, it still needs a PR. Please link to this issue when you file the
PR so we can close it.
…On Thu, Feb 29, 2024, 07:42 areebfazli ***@***.***> wrote:
Hello,
Is this issue closed?
Or can I work on it?
—
Reply to this email directly, view it on GitHub
<#53348 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAP5MDHG7HYY3GXLKAUX7GDYV4Q2TAVCNFSM6AAAAABDKPQ2ASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZRGA3DANBXG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The problem is not as simple as it seems because in the file index.md the link is using @ref as a reference. I can hardcode the working link https://pkgdocs.julialang.org/v1/creating-packages/#Adding-tests-to-the-package but I don't think that's the optimal solution as the other link on the page with the text "read about more here" has the same issue. |
I think this can be closed; cref. https://github.com/JuliaLang/julia/pull/53509/files |
On https://docs.julialang.org/en/v1/stdlib/Test/
the link to https://pkgdocs.julialang.org/dev/creating-packages/#Adding-tests-to-the-package does not work. The link has the text "adding tests to your Julia Package"
The text was updated successfully, but these errors were encountered: