fix: Fix broken links#7721
fix: Fix broken links#7721bobtajson wants to merge 8 commits intoanza-xyz:masterfrom bobtajson:master
Conversation
dead link
fixed break link
fixed css style
| [Crates.io agave-validator](https://crates.io/crates/agave-validator) should have an updated agave-validator version. This can take 2-3 hours, and sometimes fails in the `agave-secondary` job. | ||
| If this happens and the error is non-fatal, click "Retry" on the "publish crate" job | ||
|
|
||
| <!-- TODO: fix this dead link to actual |
There was a problem hiding this comment.
@buffalojoec @willhickey do we have a replacement link for cluster-ops?
| .features { | ||
| display: flex; | ||
| align-items: top; | ||
| align-items: flex-start; |
There was a problem hiding this comment.
can you include a screenshot of the before and after change?
There was a problem hiding this comment.
This code is not currently in use. I don't know if it's leftover from the past or planned for the future, but if it gets implemented, it could cause layout issues on different screen sizes.
can you include a screenshot of the before and after change?
There was a problem hiding this comment.
Yes, it is not used anywhere. I can look for properties that are not yet used and make one more commit without them
There was a problem hiding this comment.
if this code is not in use, lets remove this change from the PR
0xbrw
left a comment
There was a problem hiding this comment.
Let’s place a hold on this until we know what to replace cluster-ops links with
ChatGPT telling me this:
https://github.com/anza-xyz/agave/tree/master/validator So if you agree, i will commit this link to placeholder |
| ### Update software on testnet.solana.com | ||
| See the documentation at https://github.com/solana-labs/cluster-ops/. devnet.solana.com and mainnet-beta.solana.com run stable releases that have been tested on testnet. Do not update devnet or mainnet-beta with a beta release. |
There was a problem hiding this comment.
We don't have any public documentation that replaces cluster-ops. I suggest removing this sentence:
See the documentation at https://github.com/solana-labs/cluster-ops/.
|
The two .md file changes are fine, but I haven't confirmed that deleting the css file is ok. @0xbrw have you checked the css deletion? |
yeah he checked, i taged you under that commit |
|
@0xbrw so can we merge this? |
Can you revert the CSS file deletion and update the PR title/description to represent the new changes |
Title and description updated, but i can't revert CSS file because it was remove from your master branch |
It's still there: There's a few ways to undo the delete. A checkout followed by a commit will preserve the existing history here: |
done |
willhickey
left a comment
There was a problem hiding this comment.
The two changes in md files are fine. I'm not familiar with the docs css so don't have an opinion on that change.
| .features { | ||
| display: flex; | ||
| align-items: top; | ||
| align-items: flex-start; |
There was a problem hiding this comment.
I still see changes in this css file. Can you pull the latest changes from the master branch and then run:
git checkout master -- docs/src/pages/styles.module.css
There was a problem hiding this comment.
So i'm confused, i need to delete this file from my PR?
There was a problem hiding this comment.
yes if it is not in use and you cannot confirm the before and after changes.
|
Closing this PR for several reasons:
|
Problem
RELEASE.mdspec.mdstyles.module.cssSummary of Changes
RELEASE.mdhttps://docs.solana.com/validator/runtime#executionandhttps://docs.solana.com/validator/runtime#executiontohttps://docs.anza.xyz/validator/runtime#executionandhttps://docs.anza.xyz/validator/runtime#executioninspec.mdfilealign-items: toptoflex-startFixes #