Skip to content

Commit 3d711b8

Browse files
authored
C#: Fix broken link to ECMA-335
1 parent e167b87 commit 3d711b8

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)