Skip to content

Commit 1f4b8b2

Browse files
committed
Merge pull request #20 from cremno/small-changes
use HTTPS in links and a better favicon path
2 parents e1e27b7 + fa00038 commit 1f4b8b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
<link rel="stylesheet" href="/css/main.css">
1919

2020
<!-- Favicon -->
21-
<link rel="icon" type="image/png" href="http://www.mruby.org/favicon.png" />
21+
<link rel="icon" type="image/png" href="/favicon.png" />

about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div>
88
<h2>About mruby</h2>
99
<p class="mruby-is">
10-
mruby is the lightweight implementation of the <a href="http://www.ruby-lang.org">Ruby language</a> complying to (part of) the <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579">ISO standard</a>. mruby can be linked and embedded within your application. We provide the interpreter program "mruby" and the interactive mruby shell "mirb" as examples. You can also compile Ruby programs into compiled byte code using the mruby compiler "mrbc". All those tools reside in the "bin" directory. "mrbc" is also able to generate compiled byte code in a C source file, see the "mrbtest" program under the "test" directory for an example.
10+
mruby is the lightweight implementation of the <a href="https://www.ruby-lang.org">Ruby language</a> complying to (part of) the <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579">ISO standard</a>. mruby can be linked and embedded within your application. We provide the interpreter program "mruby" and the interactive mruby shell "mirb" as examples. You can also compile Ruby programs into compiled byte code using the mruby compiler "mrbc". All those tools reside in the "bin" directory. "mrbc" is also able to generate compiled byte code in a C source file, see the "mrbtest" program under the "test" directory for an example.
1111
</p>
1212

1313
<p>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="col-md-12 column mruby-is">
88
<img src="/images/mruby_logo_red_icon.png"/>
99
<p>
10-
mruby is the lightweight implementation of the <a href="http://www.ruby-lang.org">Ruby language</a> complying with part of the <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579">ISO standard</a>. mruby can be linked and embedded within your application.
10+
mruby is the lightweight implementation of the <a href="https://www.ruby-lang.org">Ruby language</a> complying with part of the <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579">ISO standard</a>. mruby can be linked and embedded within your application.
1111
</p>
1212

1313
<div class="mruby-is-get">

0 commit comments

Comments
 (0)