Skip to content

Commit 09ad216

Browse files
author
mikeblome
committed
fixed more links and redirects
1 parent 600c8cb commit 09ad216

16 files changed

+45
-109
lines changed

.openpublishing.redirection.json

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7868,7 +7868,7 @@
78687868
{
78697869
"source_path": "docs/windows/cpp-attributes-reference.md",
78707870
"redirect_url": "/cpp/windows/attributes/cpp-attributes-com-net",
7871-
"redirect_document_id": false
7871+
"redirect_document_id": true
78727872
},
78737873
{
78747874
"source_path": "docs/windows/attributed-programming-concepts.md",
@@ -7895,14 +7895,25 @@
78957895
"redirect_url": "/cpp/windows/attributes/cpp-attributes-com-net",
78967896
"redirect_document_id": false
78977897
},
7898+
{
7899+
"source_path": "docs/windows/attribute-contexts.md",
7900+
"redirect_url": "/cpp/windows/attributes/cpp-attributes-com-net",
7901+
"redirect_document_id": false
7902+
},
7903+
{
7904+
"source_path": "docs/windows/attributes-requirements.md",
7905+
"redirect_url": "/cpp/windows/attributes/cpp-attributes-com-net",
7906+
"redirect_document_id": false
7907+
},
78987908
{
78997909
"source_path": "docs/windows/attribute-programming-faq.md",
79007910
"redirect_url": "/cpp/windows/attributes/attribute-programming-faq",
79017911
"redirect_document_id": true
79027912
},
79037913
{
79047914
"source_path": "docs/windows/aggregatable.md",
7905-
"redirect_url": "/cpp/windows/attributes/aggregatable"
7915+
"redirect_url": "/cpp/windows/attributes/aggregatable",
7916+
"redirect_document_id": true
79067917
},
79077918
{
79087919
"source_path": "docs/windows/aggregates.md",
@@ -7984,6 +7995,11 @@
79847995
"redirect_url": "/cpp/windows/attributes/custom-attributes-cpp",
79857996
"redirect_document_id": true
79867997
},
7998+
{
7999+
"source_path": "docs/windows/custom-cpp.md",
8000+
"redirect_url": "/cpp/windows/attributes/custom-cpp",
8001+
"redirect_document_id": true
8002+
},
79878003
{
79888004
"source_path": "docs/windows/data-member-attributes.md",
79898005
"redirect_url": "/cpp/windows/attributes/data-member-attributes",
@@ -8159,6 +8175,11 @@
81598175
"redirect_url": "/cpp/windows/attributes/implements-cpp",
81608176
"redirect_document_id": true
81618177
},
8178+
{
8179+
"source_path": "docs/windows/import.md",
8180+
"redirect_url": "/cpp/windows/attributes/import",
8181+
"redirect_document_id": true
8182+
},
81628183
{
81638184
"source_path": "docs/windows/importidl.md",
81648185
"redirect_url": "/cpp/windows/attributes/importidl",
@@ -8364,6 +8385,11 @@
83648385
"redirect_url": "/cpp/windows/attributes/requires-category",
83658386
"redirect_document_id": true
83668387
},
8388+
{
8389+
"source_path": "docs/windows/restricted.md",
8390+
"redirect_url": "/cpp/windows/attributes/restricted",
8391+
"redirect_document_id": true
8392+
},
83678393
{
83688394
"source_path": "docs/windows/retval.md",
83698395
"redirect_url": "/cpp/windows/attributes/retval",
@@ -8456,7 +8482,7 @@
84568482
},
84578483
{
84588484
"source_path": "docs/windows/v1-enum.md",
8459-
"redirect_url": "/cpp/windows/attributes/vararg",
8485+
"redirect_url": "/cpp/windows/attributes/v1-enum",
84608486
"redirect_document_id": true
84618487
},
84628488
{

docs/cpp/interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ bstr_data = Testing
146146
## See also
147147

148148
[Keywords](../cpp/keywords-cpp.md)<br/>
149-
[Interface Attributes](../windows/interface-attributes.md)
149+
[Interface Attributes](../windows/attributes/interface-attributes.md)

docs/error-messages/compiler-errors-2/compiler-error-c3115.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.workload: ["cplusplus"]
1616

1717
'attribute': this attribute is not allowed on 'construct'
1818

19-
An attribute was applied to a construct for which it was not intended. See [Attributes by Usage](../../windows/attributes-by-usage.md) for more information.
19+
An attribute was applied to a construct for which it was not intended. See [Attributes by Usage](../../windows/attributes/attributes-by-usage.md) for more information.
2020

2121
## Example
2222

docs/error-messages/compiler-errors-2/compiler-error-c3134.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ A syntax error was detected when a value was assigned to an attribute.
2020

2121
## See Also
2222

23-
[Attributes by Usage](../../windows/attributes-by-usage.md)
23+
[Attributes by Usage](../../windows/attributes/attributes-by-usage.md)

docs/error-messages/compiler-errors-2/compiler-error-c3454.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.workload: ["cplusplus"]
1818

1919
A class must be defined for it to be an attribute.
2020

21-
For more information, see [attribute](../../windows/attribute.md).
21+
For more information, see [attribute](../../windows/attributes/attribute.md).
2222

2323
## Example
2424

docs/error-messages/compiler-errors-2/compiler-error-c3455.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.workload: ["cplusplus"]
1616

1717
'attribute': none of the attribute constructors matched the arguments
1818

19-
An invalid value was used to declare an attribute. See [attribute](../../windows/attribute.md) for more information.
19+
An invalid value was used to declare an attribute. See [attribute](../../windows/attributes/attribute.md) for more information.
2020

2121
## Example
2222

docs/error-messages/compiler-errors-2/compiler-error-c3749.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.workload: ["cplusplus"]
1616

1717
'attribute': a custom attribute may not be used inside a function
1818

19-
A custom attribute cannot be used inside a function. For more information on custom attributes, see the topic [attribute](../../windows/attribute.md).
19+
A custom attribute cannot be used inside a function. For more information on custom attributes, see the topic [attribute](../../windows/attributes/attribute.md).
2020

2121
## Example
2222

docs/error-messages/compiler-warnings/compiler-warning-level-3-c4580.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.workload: ["cplusplus"]
1616

1717
[attribute] is deprecated; instead specify System::Attribute or Platform::Metadata as a base class
1818

19-
[[attribute](../../windows/attribute.md)] is no longer the preferred syntax for creating user-defined attributes. For more information, see [User-Defined Attributes](../../windows/user-defined-attributes-cpp-component-extensions.md). For CLR code, derive attributes from `System::Attribute`. For Windows Runtime code, derive attributes from `Platform::Metadata`.
19+
[[attribute](../../windows/attributes/attribute.md)] is no longer the preferred syntax for creating user-defined attributes. For more information, see [User-Defined Attributes](../../windows/user-defined-attributes-cpp-component-extensions.md). For CLR code, derive attributes from `System::Attribute`. For Windows Runtime code, derive attributes from `Platform::Metadata`.
2020

2121
## Example
2222

docs/windows/TOC.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@
415415
### [Array Attributes](attributes/array-attributes.md)
416416
### [Stand-Alone Attributes](attributes/stand-alone-attributes.md)
417417
### [Custom Attributes](attributes/custom-attributes-cpp.md)
418-
## [Attribute Contexts](attributes/attribute-contexts.md)
419418
## [Attributes Alphabetical Reference](attributes/attributes-alphabetical-reference.md)
420419
### [aggregatable](attributes/aggregatable.md)
421420
### [aggregates](attributes/aggregates.md)

docs/windows/attribute-requirements.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)