Skip to content

Commit

Permalink
Update URLs to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Dec 22, 2018
1 parent 0ef3222 commit e9d932f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://cmdparse.gettalong.org> for detailed information, an extensive tutorial and the API
See <https://cmdparse.gettalong.org> for detailed information, an extensive tutorial and the API
reference!


Expand All @@ -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 <http://cmdparse.gettalong.org/tutorial.html>.
what each part does can be found on <https://cmdparse.gettalong.org/tutorial.html>.


## License
Expand Down Expand Up @@ -58,5 +58,5 @@ If you don't want to use RubyGems, use these commands:

Author: Thomas Leitner

* Web: <http://cmdparse.gettalong.org>
* Web: <https://cmdparse.gettalong.org>
* e-Mail: <mailto:t_leitner@gmx.at>
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion doc/index.page
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ end.flatten.join("\n")
## Author

* **Thomas Leitner**
* Web: <http://cmdparse.gettalong.org>
* Web: <https://cmdparse.gettalong.org>
* e-Mail: <mailto:t_leitner@gmx.at>


Expand Down
2 changes: 1 addition & 1 deletion webgen.config
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e9d932f

Please sign in to comment.