Skip to content

Commit ac823b1

Browse files
ghogenColin Robertson
authored andcommitted
Update docfx.json w/ ms.prod (#287)
* Update docfx.json * Fix two link issues
1 parent fc44a4a commit ac823b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/cpp/overview-of-declarators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ PIFN pifnDispatchArray[7];
161161
int ( *pifnDispatchArray[7] )( char * );
162162
```
163163

164-
For more information on typedef, see [Aliases and typedefs](aliases-and-typedefs.md).
164+
For more information on typedef, see [Aliases and typedefs](aliases-and-typedefs-cpp.md).
165165

166166
Pointers, references, arrays of a single base type can be combined in a single declaration (separated by commas) as
167167

docs/cpp/point-of-declaration-in-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ translation.priority.ht:
3333
- "zh-tw"
3434
---
3535
# Point of declaration in C++
36-
A name is considered to be declared immediately after its declarator but before its (optional) initializer. (For more information on declarators, see [Declarations and definitions](declarations-and-definitions.md).)
36+
A name is considered to be declared immediately after its declarator but before its (optional) initializer. (For more information on declarators, see [Declarations and definitions](declarations-and-definitions-cpp.md).)
3737

3838
Consider this example:
3939

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"ms.topic": "article",
4040
"audience": "developer",
4141
"ms.reviewer": "",
42-
"ms.prod": "cpp-dev15",
42+
"ms.prod": "visual-cpp-dev15",
4343
"ms.tgt_pltfrm": "",
4444
"searchScope": ["C++"]
4545
},

0 commit comments

Comments
 (0)