|  557e582ec5 # Objective - #12165 recently added links to Bevy errors in error messages. - The links were in the form of `See: https://bevyengine.org/learn/errors/#b000N` - B0004 does not have the colon separating `See` and the link, unlike the rest of the error messages ## Solution - Add a colon, for consistency :) | ||
|---|---|---|
| .. | ||
| components | ||
| child_builder.rs | ||
| events.rs | ||
| hierarchy.rs | ||
| lib.rs | ||
| query_extension.rs | ||
| valid_parent_check_plugin.rs | ||