Skip to content

Commit 2a5152c

Browse files
committed
fix bad links
1 parent 12dd609 commit 2a5152c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/debug-interface-access/cv-hlslreg-e.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ typedef enum CV_HLSLREG_e
6868

6969
## Remarks
7070

71-
Use the [`IDiaSymbol::get_registerType`](../../debugger/debug-interface-access/idiasymbol-get-registerType.md) method to retrieve the register type for an HLSL symbol.
71+
Use the [`IDiaSymbol::get_registerType`](../../debugger/debug-interface-access/idiasymbol-get-registertype.md) method to retrieve the register type for an HLSL symbol.
7272

7373
## Requirements
7474

@@ -77,4 +77,4 @@ Header: cvconst.h
7777
## See also
7878

7979
- [Enumerations and Structures](../../debugger/debug-interface-access/enumerations-and-structures.md)
80-
- [`IDiaSymbol::get_registerType`](../../debugger/debug-interface-access/idiasymbol-get-builtinkind.md)
80+
- [`IDiaSymbol::get_registerType`](../../debugger/debug-interface-access/idiasymbol-get-registertype.md)

0 commit comments

Comments
 (0)