Skip to content
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

Broken Links to Documentation on docs.rs for Multiple Solana Crates #984

Open
Ifechukwudaniel opened this issue Apr 22, 2024 · 1 comment

Comments

@Ifechukwudaniel
Copy link

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 :

  1. Solana Accounts DB

  2. Solana Cargo Registry

  3. Solana Stake Accounts

  4. Solana RPC Test

  5. Solana Nonce Client

  6. Solana PoH Bench

  7. Solana Ledger Tool

  8. 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.

@yihau
Copy link
Member

yihau commented Apr 23, 2024

do you mean this one?
Screenshot 2024-04-23 at 19 31 44

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants