| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Is it possible to catch this with the link checker?
Sorry, something went wrong.
There may be edge cases, but I believe for any link we'd care about, more than one # character would be an error. So we should be able to flag it. For that matter, running this URL through new URL() would throw an error, so maybe that's a simple check we could add. |
Sorry, something went wrong.
Inadvertent double hash in link makes it invalid and no longer pointing to the documentation section it intends to point to. PR-URL: nodejs#36109 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Inadvertent double hash in link makes it invalid and no longer pointing to the documentation section it intends to point to. PR-URL: #36109 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Inadvertent double hash in link makes it invalid and no longer pointing to the documentation section it intends to point to. PR-URL: #36109 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
| Back | FazBrowse Home | New Git URL |
Inadvertent double hash in link makes it invalid and no longer pointing
to the document it intends to point to.
Checklist