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
I have encountered multiple broken links on docs.rs for various Solana crates. These broken links lead to not a library page , making it difficult to understand certain parts if the codebase .
List of Broken Links
Here are the broken documentation links i could find :
All links should direct to the appropriate and current documentation pages on docs.rs.
Suggested Action
Please verify whether the crates are still actively maintained and whether their documentation URLs need updating or if there are typos in the crate names in the URLs. If the documentation has been moved or if the crates have been deprecated, please update the links or the documentation references to reflect the current status.
The text was updated successfully, but these errors were encountered:
If yes, I don't think they are broken links. they are truly bin crates. btw, the crates that you listed, only the first one is a lib (and you have typo. it is https://docs.rs/crate/solana-accounts-db). All others are either bin crates or haven't been published for a while.
could you please link me to some appropriate documentation that you have seen for bin crates or crates that haven't been published for a long time?
Description
I have encountered multiple broken links on
docs.rs
for various Solana crates. These broken links lead to not a library page , making it difficult to understand certain parts if the codebase .List of Broken Links
Here are the broken documentation links i could find :
Solana Accounts DB
Solana Cargo Registry
Solana Stake Accounts
Solana RPC Test
Solana Nonce Client
Solana PoH Bench
Solana Ledger Tool
Solana Client Test
Expected Behavior
All links should direct to the appropriate and current documentation pages on
docs.rs
.Suggested Action
Please verify whether the crates are still actively maintained and whether their documentation URLs need updating or if there are typos in the crate names in the URLs. If the documentation has been moved or if the crates have been deprecated, please update the links or the documentation references to reflect the current status.
The text was updated successfully, but these errors were encountered: