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

Documentation - broken method reference #449

Closed
VVishion opened this issue Feb 24, 2024 · 0 comments · Fixed by #487
Closed

Documentation - broken method reference #449

VVishion opened this issue Feb 24, 2024 · 0 comments · Fixed by #487
Labels
bug Something isn't working

Comments

@VVishion
Copy link

VVishion commented Feb 24, 2024

The following line includes the broken link:

/// When a new bridge is created by [`WorkerSpawner::spawn`](crate::spawner::WorkerSpawner)

Here is a link to the built docs for verification (try to open WorkerSpawner::spawn in a new tab):

https://docs.rs/gloo-worker/latest/gloo_worker/trait.Worker.html#method.connected

@VVishion VVishion added the bug Something isn't working label Feb 24, 2024
ranile added a commit that referenced this issue Jul 18, 2024
[WorkerSpawner](https://docs.rs/gloo-worker/latest/gloo_worker/struct.WorkerSpawner.html) is at `crate::WorkerSpawner`, not `crate::spawner::WorkerSpawner`

Fixes #449
@ranile ranile closed this as completed in d600d3a Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant