Skip to content

Commit 4b6baa0

Browse files
committed
Updated external reference in XML docs
1 parent 096d4bb commit 4b6baa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.HighPerformance/Helpers/BitHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static bool HasLookupFlag(uint table, int x, int min = 0)
112112
/// <returns>Whether <paramref name="value"/> has any bytes set to 0.</returns>
113113
/// <remarks>
114114
/// This method contains no branches.
115-
/// For more info, see <see href="https://graphics.stanford.edu/~seander/bithacks.html"/>.
115+
/// For more background on this subject, see <see href="https://graphics.stanford.edu/~seander/bithacks.html#ZeroInWord"/>.
116116
/// </remarks>
117117
[Pure]
118118
[MethodImpl(MethodImplOptions.AggressiveInlining)]
@@ -142,7 +142,7 @@ public static bool HasZeroByte(ulong value)
142142
/// <returns>Whether <paramref name="value"/> has any bytes set to <paramref name="target"/>.</returns>
143143
/// <remarks>
144144
/// This method contains no branches.
145-
/// For more info, see <see href="https://graphics.stanford.edu/~seander/bithacks.html"/>.
145+
/// For more info, see <see href="https://graphics.stanford.edu/~seander/bithacks.html#ZeroInWord"/>.
146146
/// </remarks>
147147
[Pure]
148148
[MethodImpl(MethodImplOptions.AggressiveInlining)]

0 commit comments

Comments
 (0)