Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion website/src/app/docs/currentVersion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const SIDEBAR_LINKS = [
label: 'OrderedMap',
description:
'A type of Map that has the additional guarantee that the iteration order of entries will be the order in which they were set().',
url: `/docs/${VERSION}/OrdererMap/`,
url: `/docs/${VERSION}/OrderedMap/`,
},
{
label: 'Set',
Expand Down