diff options
author | Alex Novgorodov <5682814+alexxn@users.noreply.github.com> | 2018-08-02 18:49:23 +0300 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2018-08-02 08:49:23 -0700 |
commit | f8213a8c75fb0dbd847fa4a158e7e58680672621 (patch) | |
tree | f114de76c73b5d28ae27124718331f12a4cb7527 | |
parent | 87e2c7bac84eb910ae68da168386e706c0d4e731 (diff) | |
download | coreclr-f8213a8c75fb0dbd847fa4a158e7e58680672621.tar.gz coreclr-f8213a8c75fb0dbd847fa4a158e7e58680672621.tar.bz2 coreclr-f8213a8c75fb0dbd847fa4a158e7e58680672621.zip |
Fix broken link (#19244)
-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 d7268369d7..5a815a27af 100644 --- a/Documentation/project-docs/dotnet-standards.md +++ b/Documentation/project-docs/dotnet-standards.md @@ -41,7 +41,7 @@ ECMA 335 - CLI **ECMA Technical Report 084: Information Derived from Partition IV XML File** -- [ECMA TR/84 Report (PDF)](http://www.ecma-international.org/publications/files/ECMA-TR/TR-084.pdf) +- [ECMA TR/84 Report (PDF)](http://www.ecma-international.org/publications/files/ECMA-TR/ECMA%20TR-084.pdf) - [ECMA TR/84 Tools and Source Code](http://www.ecma-international.org/publications/files/ECMA-TR/TR-084.zip) ECMA 372 - C++/CLI |