Skip to content

Commit 7506343

Browse files
author
mtx48109
committed
link correction
1 parent f49d97c commit 7506343

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
},
338338
{
339339
"source_path": "docs/dotnet/collection-adapter-stl-clr.md",
340-
"redirect_url": "/docs/dotnet/adapter-stl-clr",
340+
"redirect_url": "/docs/dotnet/adapter-stl-clr#collection_adapter",
341341
"redirect_document_id": false
342342
},
343343
{

docs/dotnet/adapter-stl-clr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The STL/CLR header `<cliext/adapter>` specifies two template classes (`collectio
4545

4646
**Namespace:** cliext
4747

48-
## <a name="collection_adapter"></a> collection_adapter (STL/CLR)
48+
## <a name="collection_adapter"></a> collection_adapter (STL/CLR)
4949
Wraps a .NET collection for use as an STL/CLR container. A `collection_adapter` is a template class that describes a simple STL/CLR container object. It wraps a Base Class Library (BCL) interface, and returns an iterator pair that you use to manipulate the controlled sequence.
5050

5151
### Syntax

0 commit comments

Comments
 (0)