You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What the website is doing is getting these type of links:
/* This regex should match the following examples: * * [link label]: ./somewhere.md → \s * * [link label]:./somewhere.md → : * * [link](./somewhere.md) → \(*/
And converting them to a "local" website.
If we add a full URL, for know it will going to keep it as is (IIRC). So the link instead of keeping inside the website, will go to the github documentation.
I think we need to add another rule to process urls that points to the hint repo.
What the website is doing is getting these type of links:
And converting them to a "local" website.
If we add a full URL, for know it will going to keep it as is (IIRC). So the link instead of keeping inside the website, will go to the github documentation.
I think we need to add another rule to process urls that points to the hint repo.
Originally posted by @sarvaje in webhintio/hint#3937 (comment)
The text was updated successfully, but these errors were encountered: