Merge pull request #3935 from github/henrymercer/fix-broken-doc-link

C#: Fix broken link to ECMA-335
This commit is contained in:
Tom Hvitved
2020-07-29 10:04:08 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
/**
* Provides classes representing individual opcodes.
*
* See ECMA-335 (http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-335.pdf)
* See ECMA-335 (https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-335.pdf)
* pages 32-101 for a detailed explanation of these instructions.
*/