Skip to content

Commit 4345b16

Browse files
authored
Merge pull request github#3935 from github/henrymercer/fix-broken-doc-link
C#: Fix broken link to ECMA-335
2 parents c5a4a6b + 3d711b8 commit 4345b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/semmle/code/cil/Instructions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides classes representing individual opcodes.
33
*
4-
* See ECMA-335 (http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-335.pdf)
4+
* See ECMA-335 (https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-335.pdf)
55
* pages 32-101 for a detailed explanation of these instructions.
66
*/
77

0 commit comments

Comments
 (0)