Change the URL of mruby.org [ci skip]

- `http` -> `https`
- Remove `www.`
This commit is contained in:
KOBAYASHI Shuji
2019-11-28 17:52:09 +09:00
parent 17ec885270
commit 1680f2c95e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ You can also install and compile mruby using [ruby-install](https://github.com/p
## mruby home-page
The URL of the mruby home-page is: [http://www.mruby.org](http://www.mruby.org).
The URL of the mruby home-page is: https://mruby.org.
## Mailing list
+1 -1
View File
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{MRuby source code wrapper.}
spec.description = %q{MRuby source code wrapper for use with Ruby libs.}
spec.homepage = "http://www.mruby.org/"
spec.homepage = "https://mruby.org"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")