Skip to content

Commit 97e6a67

Browse files
authored
fixed link
1 parent 1f651d6 commit 97e6a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cpp/specifiers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This topic describes the *decl-specifiers* (declaration specifiers) component of
2424

2525
[friend](friend-cpp.md)
2626

27-
[typedef](aliases-and-typedefs.md) `(` *extended-decl-modifier-seq* `)`
27+
[typedef](aliases-and-typedefs-cpp.md) `(` *extended-decl-modifier-seq* `)`
2828

2929
[__declspec](declspec.md) `(` *extended-decl-modifier-seq* `)`
3030

@@ -46,4 +46,4 @@ This topic describes the *decl-specifiers* (declaration specifiers) component of
4646
> Because a name can be redeclared, its interpretation is subject to the most recent declaration in the current scope. Redeclaration can affect how names are interpreted by the compiler, especially **typedef** names.
4747
4848
## See also
49-
[Declarations and Definitions](declarations-and-definitions-cpp.md)
49+
[Declarations and Definitions](declarations-and-definitions-cpp.md)

0 commit comments

Comments
 (0)