diff options
author | caminsha <c.96marco@hotmail.com> | 2020-04-12 20:21:54 +0200 |
---|---|---|
committer | caminsha <c.96marco@hotmail.com> | 2020-04-12 20:21:54 +0200 |
commit | 7a782b47fe01c41de047bae3861845b64c867203 (patch) | |
tree | b0558e8eeeb2fd1588b285e412ddfa5808895cf9 | |
parent | e13f05c9cf3e8a96bcc07658a791067a9addfc68 (diff) |
changed http link to https
-rw-r--r-- | crystal.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.html.markdown b/crystal.html.markdown index e8952032..ae027a8d 100644 --- a/crystal.html.markdown +++ b/crystal.html.markdown @@ -551,4 +551,4 @@ ex #=> "ex2" ## Additional resources -- [Official Documentation](http://crystal-lang.org/) +- [Official Documentation](https://crystal-lang.org/) |