Skip to content

Commit a70ccb1

Browse files
author
Colin Robertson
committed
Fix links
1 parent 5285436 commit a70ccb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/windows/attributes/event-receiver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helpviewer_keywords: ["event_receiver attribute", "event receivers", "events [C+
1010
Creates an event receiver (sink).
1111

1212
> [!NOTE]
13-
> Event attributes in native C++ are incompatible with Standard C++. They don't compile when you specify [`/permissive-`](../build/reference/permissive-standards-conformance.md) conformance mode.
13+
> Event attributes in native C++ are incompatible with Standard C++. They don't compile when you specify [`/permissive-`](../../build/reference/permissive-standards-conformance.md) conformance mode.
1414
1515
## Syntax
1616

docs/windows/attributes/event-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helpviewer_keywords: ["event handling, attributes", "event logs, event source",
1010
Creates an event source.
1111

1212
> [!NOTE]
13-
> Event attributes in native C++ are incompatible with Standard C++. They don't compile when you specify [`/permissive-`](../build/reference/permissive-standards-conformance.md) conformance mode.
13+
> Event attributes in native C++ are incompatible with Standard C++. They don't compile when you specify [`/permissive-`](../../build/reference/permissive-standards-conformance.md) conformance mode.
1414
1515
## Syntax
1616

0 commit comments

Comments
 (0)