diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:18:55 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:18:55 +0100 |
commit | 342261d35b7cb778d8b04ca5bcd6a274494e9205 (patch) | |
tree | 4ed7b75331b9656afd6ec953ed38cd2d5bc5678b /doc/ja/weechat_dev.ja.adoc | |
parent | 4712d0bb0653b4827ed699c4ac0493a68c531c1d (diff) | |
download | weechat-342261d35b7cb778d8b04ca5bcd6a274494e9205.zip |
core: use https for all links where secured http is supported
Diffstat (limited to 'doc/ja/weechat_dev.ja.adoc')
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index b7cd718ea..4714469fb 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -684,7 +684,7 @@ new_hook_fd = malloc (sizeof (*new_hook_fd)); [[coding_python_style]] === Python スタイル -http://www.python.org/dev/peps/pep-0008/ を参照 +https://www.python.org/dev/peps/pep-0008/ を参照 [[core_internals]] == コアの構造 |