Skip to content

Commit 1357f6a

Browse files
committed
add redirections
1 parent fe7b3de commit 1357f6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.openpublishing.redirection.csharp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@
120120
"source_path_from_root": "/redirections/proposals/csharp-8.0/readonly-instance-members.md",
121121
"redirect_url": "/dotnet/csharp/language-reference/language-specification/structs#16411-properties"
122122
},
123+
{
124+
"source_path_from_root": "/redirections/proposals/csharp-8.0/null-coalescing-assignment.md",
125+
"redirect_url": "/dotnet/csharp/language-reference/language-specification/expressions#1221-assignment-operators"
126+
},
127+
{
128+
"source_path_from_root": "/redirections/proposals/csharp-8.0/async-streams.md",
129+
"redirect_url": "/dotnet/csharp/language-reference/language-specification/statements.md#13953-await-foreach"
130+
},
123131
{
124132
"source_path_from_root": "/redirections/proposals/csharp-9.0/nullable-reference-types-specification.md",
125133
"redirect_url": "/dotnet/csharp/language-reference/language-specification/types.md#893-nullable-reference-types"

0 commit comments

Comments
 (0)