Fix links

This commit is contained in:
Fred Silberberg 2020-10-13 11:59:07 -07:00 committed by GitHub
parent 2878f42415
commit 87adc18115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,18 +4,18 @@
1. [Warning on `double.NaN`](#warning-on-double.nan)
2. [Triage](#triage)
1. [Proposal: more improvements to nullable reference types](#proposal:-more-improvements-to-nullable-reference-types)
2. [Proposal: Required Properties](#Proposal:-Required-Properties)
3. [Proposal: Extend with expression to anonymous type](#Proposal:-Extend-with-expression-to-anonymous-type)
4. [Proposal: Shebang (#!) Support](#Proposal:-Shebang-(#!)-Support)
5. [Proposal: List Patterns](#Proposal:-List-Patterns)
6. [Proposal: Add ability to declare global usings for namespaces, types and aliases by using a command line switch](#Proposal:-Add-ability-to-declare-global-usings-for-namespaces,-types-and-aliases-by-using-a-command-line-switch)
7. [Proposal: "Closed" enum types](#Proposal:-"Closed"-enum-types)
8. [Top-level functions](#Top-level-functions)
9. [Primary Constructors](#Primary-constructors)
10. [Champion: Simplified parameter null validation code](#Champion:-Simplified-parameter-null-validation-code)
11. [Proposal: Support generics and generic type parameters in aliases](#Proposal:-Support-generics-and-generic-type-parameters-in-aliases)
12. [Support for method parameter names in nameof](#Support-for-method-parameter-names-in-nameof)
1. [Proposal: more improvements to nullable reference types](#proposal-more-improvements-to-nullable-reference-types)
2. [Proposal: Required Properties](#proposal-required-properties)
3. [Proposal: Extend with expression to anonymous type](#proposal-extend-with-expression-to-anonymous-type)
4. [Proposal: Shebang (#!) Support](#proposal-shebang--support)
5. [Proposal: List Patterns](#proposal-list-patterns)
6. [Proposal: Add ability to declare global usings for namespaces, types and aliases by using a command line switch](#proposal-add-ability-to-declare-global-usings-for-namespaces-types-and-aliases-by-using-a-command-line-switch)
7. [Proposal: "Closed" enum types](#proposal-closed-enum-types)
8. [Top-level functions](#top-level-functions)
9. [Primary Constructors](#primary-constructors)
10. [Champion: Simplified parameter null validation code](#champion-simplified-parameter-null-validation-code)
11. [Proposal: Support generics and generic type parameters in aliases](#proposal-support-generics-and-generic-type-parameters-in-aliases)
12. [Support for method parameter names in nameof](#support-for-method-parameter-names-in-nameof)
## Quote of the day