diff options
| author | Kenneth Lundin <kenneth@erlang.org> | 2023-02-10 13:31:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 13:31:15 +0100 |
| commit | b24080f14913fb55403f10a4ed994c94c2d6ebfb (patch) | |
| tree | c23a34461da2a824002e911696f5a174508b51d7 /system/doc | |
| parent | 710b39fa4fb0426cb5bf95d5fc8afb0259416ff7 (diff) | |
| download | erlang-b24080f14913fb55403f10a4ed994c94c2d6ebfb.tar.gz | |
Update index.html.src
change all http: to https:
Diffstat (limited to 'system/doc')
| -rw-r--r-- | system/doc/top/templates/index.html.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index 237811c2ce..671b8e6984 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -178,9 +178,9 @@ tags support and more. See the <a href="#tools#/index.html"> Tools</a> application for details. <p> There are also Erlang plugins for other code editors -<a href="http://github.com/vim-erlang">Vim (vim-erlang)</a> , -<a href="http://atom.io/packages/language-erlang"> Atom </a> and -<a href="http://ignatov.github.io/intellij-erlang/">IntelliJ IDEA</a>. +<a href="https://github.com/vim-erlang">Vim (vim-erlang)</a> , +<a href="https://atom.io/packages/language-erlang"> Atom </a> and +<a href="https://ignatov.github.io/intellij-erlang/">IntelliJ IDEA</a>. <li>When developing with Erlang/OTP you usually test your programs from the interactive shell (see <a href="getting_started/users_guide.html"> Getting Started With Erlang</a>) where you can call individual @@ -189,18 +189,18 @@ href="#debugger#/index.html" >Debugger</a> and the <a href="#observer#/index.htm </p> <li>OpenSource users can ask questions -and share experiences on <a href="http://erlangforums.com"> +and share experiences on <a href="https://erlangforums.com"> ErlangForums</a>. <p></p> </li> -<li>Before asking a question you can browse the <a href="http://www.erlang.org/faq/faq.html" >Frequently +<li>Before asking a question you can browse the <a href="https://www.erlang.org/faq/faq.html" >Frequently Asked Questions</a>. <p></p> </li> <li>Additional information and links of interest for Erlang programmers can be found on the Erlang Open Source site -<a href="http://www.erlang.org/">http://www.erlang.org</a>. +<a href="https://www.erlang.org/">http://www.erlang.org</a>. </li> </ul> |
