Skip to content

Commit 3c05332

Browse files
Fix a 404 redirection (#18638)
* Fix a 404 redirection * Use full url Co-authored-by: Genevieve Warren <[email protected]>
1 parent b5550be commit 3c05332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3862,7 +3862,7 @@
38623862
},
38633863
{
38643864
"source_path": "docs/visual-basic/sample-applications.md",
3865-
"redirect_url": "https://github.com/dotnet/samples/tree/master/snippets/visualbasic"
3865+
"redirect_url": "https://docs.microsoft.com/samples/browse/?languages=vb"
38663866
},
38673867
{
38683868
"source_path": "docs/visual-basic/developing-apps/customizing-extending-my/customizing-projects-and-extending-my.md",

0 commit comments

Comments
 (0)