From e9d932f03b5cee3c7f7d8cd66602e931a541a830 Mon Sep 17 00:00:00 2001 From: Thomas Leitner Date: Sat, 22 Dec 2018 18:36:13 +0100 Subject: [PATCH] Update URLs to HTTPS --- README.md | 8 ++++---- Rakefile | 2 +- doc/index.page | 2 +- webgen.config | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 76cac91..fd924b3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ to create programs that use such a command line interface. This library, cmdparse, can be used to create such a command line interface. Internally it uses optparse to parse options and it provides a nice API for specifying commands. -See for detailed information, an extensive tutorial and the API +See for detailed information, an extensive tutorial and the API reference! @@ -21,14 +21,14 @@ You can build the documentation by invoking $ rake doc -This builds the whole documentation and needs webgen >=1.4.0 (http://webgen.gettalong.org) for +This builds the whole documentation and needs webgen >=1.4.0 (https://webgen.gettalong.org) for building. ## Example Usage There is an example of how to use cmdparse in the `example/net.rb` file. A detailed walkthrough of -what each part does can be found on . +what each part does can be found on . ## License @@ -58,5 +58,5 @@ If you don't want to use RubyGems, use these commands: Author: Thomas Leitner -* Web: +* Web: * e-Mail: diff --git a/Rakefile b/Rakefile index dc5e672..5de72c9 100644 --- a/Rakefile +++ b/Rakefile @@ -113,7 +113,7 @@ namespace :dev do #### Author and project details s.author = "Thomas Leitner" s.email = "t_leitner@gmx.at" - s.homepage = "http://cmdparse.gettalong.org" + s.homepage = "https://cmdparse.gettalong.org" end Gem::PackageTask.new(spec) do |pkg| diff --git a/doc/index.page b/doc/index.page index 425eb58..95b447f 100644 --- a/doc/index.page +++ b/doc/index.page @@ -91,7 +91,7 @@ end.flatten.join("\n") ## Author * **Thomas Leitner** -* Web: +* Web: * e-Mail: diff --git a/webgen.config b/webgen.config index 660a6fd..3149055 100644 --- a/webgen.config +++ b/webgen.config @@ -1,6 +1,6 @@ # -*- ruby -*- -website.config['website.base_url'] = 'http://cmdparse.gettalong.org/' +website.config['website.base_url'] = 'https://cmdparse.gettalong.org/' website.config['sources'] =[['/', :file_system, 'doc']] website.config['destination'] = [:file_system, 'htmldoc'] website.config['website.tmpdir'] = 'webgen-tmp'