Skip to content

Commit d1efaa7

Browse files
TekhnaeRaavzicklag
authored andcommitted
fix: broken doc link
1 parent 075ead4 commit d1efaa7

File tree

1 file changed

+1
-1
lines changed
  • framework_crates/bones_framework/src/input

1 file changed

+1
-1
lines changed

framework_crates/bones_framework/src/input/proto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use numquant::{IntRange, Quantized};
66
use crate::prelude::*;
77

88
/// A newtype around [`Vec2`] that implements [`From<u16>`] and [`Into<u16>`] as a way to compress
9-
/// user stick input for use in [`self::input::DenseInput`].
9+
/// user stick input for use in [`crate::input::DenseInput`].
1010
#[derive(Debug, Deref, DerefMut, Default)]
1111
pub struct DenseMoveDirection(pub Vec2);
1212

0 commit comments

Comments
 (0)