kernel/scripts/gcc-plugins/cyc_complexity_plugin.c
.. .. @@ -5,7 +5,7 @@ 5 5 * Homepage: 6 6 * https://github.com/ephox-gcc-plugins/cyclomatic_complexity 7 7 * 8 - * http://en.wikipedia.org/wiki/Cyclomatic_complexity8 + * https://en.wikipedia.org/wiki/Cyclomatic_complexity9 9 * The complexity M is then defined as: 10 10 * M = E - N + 2P 11 11 * where