Invalid link - cannot find `DlssInitPlugin` (mentioned at `DefaultPlugins`) in docs
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Problem description
In the list of [`DefaultPlugins`](https://docs.rs/bevy/latest/bevy/struct.DefaultPlugins.html), the underlying link of the `DlssInitPlugin` is broken and leads to a ['not found'](https://web.archive.org/web/20260101195644/https://docs.rs/bevy/latest/bevy/bevy_anti_alias::dlss::DlssInitPlugin) error (1). Also, when searching for it using the built-in search function, it doesn't show up. I have tested this both on the [latest docs (0.17.3)](https://docs.rs/bevy/latest/bevy/) and the [dev docs](https://dev-docs.bevy.org/bevy/).
## Possible fix
I don't know the convention, but it could be sufficient to have the dlss module be included when documenting (really unsure, so no PR) or something like that.
[Struct definition](https://github.com/bevyengine/bevy/blob/0cc9e5317f99868e082abc9721e01d77c2974981/crates/bevy_anti_alias/src/dlss/mod.rs#L60)
(1) just archived link, since the fix to close this issue is to make it work (or not)
Contributor guide
Assessment
This issue has not been assessed yet.