From 1680f2c95eacaea9fa19bf1d2ca1311383607297 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Thu, 28 Nov 2019 17:52:09 +0900 Subject: Change the URL of `mruby.org` [ci skip] - `http` -> `https` - Remove `www.` --- README.md | 2 +- mruby-source.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18ac2a491..a1665837f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mruby-source.gemspec b/mruby-source.gemspec index 62d4c0d12..b87dda3a4 100644 --- a/mruby-source.gemspec +++ b/mruby-source.gemspec @@ -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") -- cgit v1.2.3