Skip to content

Commit 69a4ffe

Browse files
committed
fixing the PR comments
1 parent 340ca80 commit 69a4ffe

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16763,6 +16763,11 @@
1676316763
"source_path": "docs/ide/quickstart-aspnet-core.md",
1676416764
"redirect_url": "/visualstudio/get-started/csharp/tutorial-aspnet-core",
1676516765
"redirect_document_id": false
16766+
},
16767+
{
16768+
"source_path": "docs/debugger/view-data-ienumerable-table-visualizer.md",
16769+
"redirect_url": "/visualstudio/debugger/view-data-in-ienumerable-visualizer",
16770+
"redirect_document_id": true
1676616771
}
1676716772
]
1676816773
}

docs/debugger/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
href: view-data-values-in-data-tips-in-the-code-editor.md
7575
- name: View string values in a visualizer
7676
href: view-strings-visualizer.md
77-
- name: View collections in a table visualizer
78-
href: view-data-ienumerable-table-visualizer.md
77+
- name: View .NET collections with the IEnumerable visualizer
78+
href: view-data-in-ienumerable-visualizer.md
7979
- name: Disassembly code
8080
items:
8181
- name: View disassembly code

docs/ide/whats-new-visual-studio-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ The following people contributed to the Visual Studio docs during this period. T
280280

281281
**New articles**
282282

283-
- [View IEnumerables in a table visualizer in Visual Studio](../debugger/view-data-ienumerable-table-visualizer.md)
283+
- [View .NET collections with the IEnumerable visualizer](../debugger/view-data-in-ienumerable-visualizer.md)
284284

285285
**Updated articles**
286286

0 commit comments

Comments
 (0)