-
Notifications
You must be signed in to change notification settings - Fork 60k
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
fix: Links to localhost addresses #1505
Conversation
@nschonni Thanks so much for opening a PR! I'll get this triaged for review ✨ |
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
Put them in code blocks and stop ignoring them from link checking
5bc2c93
to
6d721e1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me
This PR is stale because it has been open 7 days with no activity and will be automatically closed in 3 days. To keep this PR open, update the PR by adding a comment or pushing a commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, @nschonni, thanks for this change! I'll just commit the one suggestion and then merge this in 🚀
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
Add link to the chunk time blog post, which is a good extended discussion of how to optimize time partitions. Co-authored-by: Lana Brindley <[email protected]>
Why:
Rather than ignoring localhost links in the linter, it's better to just not directly link to them
What's being changed:
Change localhost links to code blocks
Check off the following: