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 in generated documentation #625

Open
coryan opened this issue Jan 6, 2025 · 0 comments
Open

Broken links in generated documentation #625

coryan opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. sidekick Issues related to the code generator type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@coryan
Copy link
Contributor

coryan commented Jan 6, 2025

This link:

image

Sends you to this page:

https://docs.rs/gcp-sdk-secretmanager-v1/latest/gcp_sdk_secretmanager_v1/?search=SecretManagerService

We want this page:

https://docs.rs/gcp-sdk-secretmanager-v1/latest/gcp_sdk_secretmanager_v1/client/struct.SecretManagerService.html

I think the problem is the - vs. _ in rust documentation:

* [SecretManagerService](https://docs.rs/gcp-sdk-secretmanager-v1/latest/gcp-sdk-secretmanager-v1/client/struct.SecretManagerService.html)

We have the same problem in the top-level reference docs:

//! * [SecretManagerService](https://docs.rs/gcp-sdk-secretmanager-v1/latest/gcp-sdk-secretmanager-v1/client/struct.SecretManagerService.html)

@coryan coryan added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p3 Desirable enhancement or fix. May not be included in next release. sidekick Issues related to the code generator labels Jan 6, 2025
@coryan coryan self-assigned this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. sidekick Issues related to the code generator type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant