Skip to content

Commit 109608e

Browse files
Remove 'Publish events that conform to .NET Guidelines' guildeline and redirect to events article in the standard (dotnet#42050)
* Remove 'How to publish events' guildeline and redirect to standard * Fix the typo in 'guidelines' for proper redirection * Remove the deleted article from TOC as well
1 parent d4c1306 commit 109608e

File tree

3 files changed

+4
-80
lines changed

3 files changed

+4
-80
lines changed

.openpublishing.redirection.csharp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3232,6 +3232,10 @@
32323232
"source_path_from_root": "/docs/csharp/programming-guide/events/how-to-use-a-dictionary-to-store-event-instances.md",
32333233
"redirect_url": "/dotnet/standard/events/how-to-handle-multiple-events-using-event-properties"
32343234
},
3235+
{
3236+
"source_path_from_root": "/docs/csharp/programming-guide/events/how-to-publish-events-that-conform-to-net-framework-guidelines.md",
3237+
"redirect_url": "/dotnet/standard/events"
3238+
},
32353239
{
32363240
"source_path_from_root": "/docs/csharp/programming-guide/exceptions/compiler-generated-exceptions.md",
32373241
"redirect_url": "/dotnet/csharp/fundamentals/exceptions/compiler-generated-exceptions"

docs/csharp/programming-guide/events/how-to-publish-events-that-conform-to-net-framework-guidelines.md

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

docs/csharp/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,6 @@ items:
646646
href: programming-guide/events/index.md
647647
- name: "How to subscribe to and unsubscribe from events"
648648
href: programming-guide/events/how-to-subscribe-to-and-unsubscribe-from-events.md
649-
- name: "How to publish events that conform to .NET Guidelines"
650-
href: programming-guide/events/how-to-publish-events-that-conform-to-net-framework-guidelines.md
651649
- name: "How to raise base class events in derived classes"
652650
href: programming-guide/events/how-to-raise-base-class-events-in-derived-classes.md
653651
- name: "How to implement interface events"

0 commit comments

Comments
 (0)