Skip to content

Commit e05522c

Browse files
authored
Clean up unneeded ./ link prefix in "Using generic-text mappings" topic
1 parent fa38646 commit e05522c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/c-runtime-library/using-generic-text-mappings.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The generic-text data type `_TCHAR`, also defined in `TCHAR.H`, maps to type **`
3636
| `_TXCHAR` | **`char`** | **`unsigned char`** | **`wchar_t`** |
3737
| `_T` or `_TEXT` | No effect (removed by preprocessor) | No effect (removed by preprocessor) | `L` (converts following character or string to its Unicode counterpart) |
3838

39-
For a complete list of generic-text mappings of routines, variables, and other objects, see [Generic-text mappings](./generic-text-mappings.md).
39+
For a complete list of generic-text mappings of routines, variables, and other objects, see [Generic-text mappings](generic-text-mappings.md).
4040

4141
The following code fragments illustrate the use of `_TCHAR` and `_tcsrev` for mapping to the MBCS, Unicode, and SBCS models.
4242

@@ -72,8 +72,8 @@ These macros let you write, maintain, and compile a single source code file usin
7272

7373
## See also
7474

75-
[Generic-text mappings](./generic-text-mappings.md)\
76-
[Data type mappings](./data-type-mappings.md)\
77-
[Constant and global variable mappings](./constant-and-global-variable-mappings.md)\
78-
[Routine mappings](./routine-mappings.md)\
79-
[A sample generic-text program](./a-sample-generic-text-program.md)
75+
[Generic-text mappings](generic-text-mappings.md)\
76+
[Data type mappings](data-type-mappings.md)\
77+
[Constant and global variable mappings](constant-and-global-variable-mappings.md)\
78+
[Routine mappings](routine-mappings.md)\
79+
[A sample generic-text program](a-sample-generic-text-program.md)

0 commit comments

Comments
 (0)