diff options
author | Eric Engestrom <[email protected]> | 2017-02-09 02:10:17 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-02-09 11:28:15 +0000 |
commit | 30cf9ffb595b0fb7aeb2867d704ae9016b29fca2 (patch) | |
tree | 55ed8a1fd075c7b30763ede659eb38dcf4220e91 /docs/codingstyle.html | |
parent | 2b0fe3cff7c8620b19a9fe316e290c21258759ad (diff) |
docs: https all the links \o/
Most of them already redirected to https anyway, so we might as well
avoid the redirection and the security implications by linking directly
to the right protocol.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/codingstyle.html')
-rw-r--r-- | docs/codingstyle.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/codingstyle.html b/docs/codingstyle.html index 4dfb0cc02f0..e5a92b0489c 100644 --- a/docs/codingstyle.html +++ b/docs/codingstyle.html @@ -58,7 +58,7 @@ and not <tt>a=b+c;</tt> <li>Use comments wherever you think it would be helpful for other developers. Several specific cases and style examples follow. Note that we roughly -follow <a href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</a> conventions. +follow <a href="https://www.stack.nl/~dimitri/doxygen/">Doxygen</a> conventions. <br> <br> Single-line comments: |