Skip to content

Commit 26abe3f

Browse files
authored
Fix redirections (#32105)
1 parent de3db4d commit 26abe3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.openpublishing.redirection.core.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,11 +1126,11 @@
11261126
},
11271127
{
11281128
"source_path_from_root": "/docs/fundamentals/networking/tcp/tcp-services.md",
1129-
"redirect_url": "/dotnet/fundamentals/networking/sockets/tcp"
1129+
"redirect_url": "/dotnet/fundamentals/networking/sockets/tcp-classes"
11301130
},
11311131
{
11321132
"source_path_from_root": "/docs/fundamentals/networking/tcp/tcp-overview.md",
1133-
"redirect_url": "/dotnet/fundamentals/networking/sockets/tcp"
1133+
"redirect_url": "/dotnet/fundamentals/networking/sockets/tcp-classes"
11341134
}
11351135
]
11361136
}

.openpublishing.redirection.framework.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,11 +2483,11 @@
24832483
},
24842484
{
24852485
"source_path_from_root": "/docs/framework/network-programming/tcp-udp.md",
2486-
"redirect_url": "/dotnet/fundamentals/networking/sockets/tcp"
2486+
"redirect_url": "/dotnet/fundamentals/networking/sockets/tcp-classes"
24872487
},
24882488
{
24892489
"source_path_from_root": "/docs/framework/network-programming/using-tcp-services.md",
2490-
"redirect_url": "/dotnet/fundamentals/networking/sockets/tcp"
2490+
"redirect_url": "/dotnet/fundamentals/networking/sockets/tcp-classes"
24912491
},
24922492
{
24932493
"source_path_from_root": "/docs/framework/network-programming/sockets.md",

0 commit comments

Comments
 (0)