diff options
author | Paresh <joshipar@outlook.com> | 2018-10-03 15:19:27 +0530 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2018-10-03 02:49:27 -0700 |
commit | 50567db6e3851f4c4680771424a354e2258333b4 (patch) | |
tree | 81ec9585d3feb4c43c3339ce8a64e52de90379af /Documentation/project-docs | |
parent | 31955025defa95915c0532773dbf5cb4a932953a (diff) | |
download | coreclr-50567db6e3851f4c4680771424a354e2258333b4.tar.gz coreclr-50567db6e3851f4c4680771424a354e2258333b4.tar.bz2 coreclr-50567db6e3851f4c4680771424a354e2258333b4.zip |
PDF link wasn't working (#20242)
Correct pdf link
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r-- | Documentation/project-docs/dotnet-standards.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/dotnet-standards.md b/Documentation/project-docs/dotnet-standards.md index 5a815a27af..cb8c76f14d 100644 --- a/Documentation/project-docs/dotnet-standards.md +++ b/Documentation/project-docs/dotnet-standards.md @@ -17,7 +17,7 @@ The C# language was standardized as [ECMA 334](http://www.ecma-international.org **ECMA 334 Resources** - [ECMA 334 Standard Overview](http://www.ecma-international.org/publications/standards/Ecma-334.htm) -- [ECMA 334 Standard (PDF)](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-334.pdf) +- [ECMA 334 Standard (PDF)](http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-334.pdf) ECMA 335 - CLI ============== |