Skip to content

Commit 76a50b6

Browse files
committed
Update URLs to use HTTPS, where possible.
1 parent 7362c23 commit 76a50b6

4 files changed

Lines changed: 18 additions & 20 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Community contributions are essential for keeping Ruby RDF great. We want to kee
66

77
This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration.
88

9-
* create or respond to an issue on the [Github Repository](http://github.com/ruby-rdf/rdf-mongo/issues)
9+
* create or respond to an issue on the [Github Repository](https://github.com/ruby-rdf/rdf-mongo/issues)
1010
* Fork and clone the repo:
1111
`git clone git@github.com:your-username/rdf-mongo.git`
1212
* Install bundle:
@@ -30,7 +30,7 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage devel
3030
of thumb, additions larger than about 15 lines of code), we need an
3131
explicit [public domain dedication][PDD] on record from you.
3232

33-
[YARD]: http://yardoc.org/
34-
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
35-
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
33+
[YARD]: https://yardoc.org/
34+
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
35+
[PDD]: https://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
3636
[pr]: https://github.com/ruby-rdf/rdf-mongo/compare/

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source "http://rubygems.org"
1+
source "https://rubygems.org"
22

33
gemspec
44

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
This is an [RDF.rb][] storage adapter for MongoDB.
44

5-
See <http://blog.datagraph.org/2010/04/rdf-repository-howto> for an overview of the general approach of creating RDF::Repository adaptors.
6-
7-
[![Gem Version](https://badge.fury.io/rb/rdf-mongo.png)](http://badge.fury.io/rb/rdf-mongo)
8-
[![Build Status](https://travis-ci.org/ruby-rdf/rdf-mongo.png?branch=master)](http://travis-ci.org/ruby-rdf/rdf-mongo)
5+
[![Gem Version](https://badge.fury.io/rb/rdf-mongo.png)](https://badge.fury.io/rb/rdf-mongo)
6+
[![Build Status](https://travis-ci.org/ruby-rdf/rdf-mongo.png?branch=master)](https://travis-ci.org/ruby-rdf/rdf-mongo)
97

108
## Versioning and backwards compatibility
119

@@ -44,12 +42,12 @@ one more more predicates having one or more types.
4442
Please post questions or feedback to the [W3C-ruby-rdf mailing list][].
4543

4644
### Authors
47-
* [Pius Uzamere][] | <http://github.com/pius> | <http://pius.me>
48-
* [Gregg Kellogg][] | <http://github.com/gkellogg> | <http://greggkellogg.net>
45+
* [Pius Uzamere][] | <https://github.com/pius> | <https://pius.me>
46+
* [Gregg Kellogg][] | <https://github.com/gkellogg> | <https://greggkellogg.net>
4947

5048
### Thank you
5149

52-
* Ben Lavender (author of the adapter skeleton) | <blavender@gmail.com> | <http://github.com/bhuga> | <http://bhuga.net> | <http://blog.datagraph.org>
50+
* Ben Lavender (author of the adapter skeleton) | <blavender@gmail.com> | <https://github.com/bhuga> | <https://bhuga.net>
5351

5452
### Contributing
5553

@@ -71,10 +69,10 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange develo
7169

7270
MIT License
7371

74-
[W3C-ruby-rdf mailing list]: http://lists.w3.org/Archives/Public/public-rdf-ruby/
75-
[Pius Uzamere]: http://pius.me
76-
[Gregg Kellogg]: http://greggkellogg.net/me
77-
[RDF.rb]: http://ruby-rdf.github.com/
78-
[YARD]: http://yardoc.org/
79-
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
80-
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
72+
[W3C-ruby-rdf mailing list]: https://lists.w3.org/Archives/Public/public-rdf-ruby/
73+
[Pius Uzamere]: https://pius.me
74+
[Gregg Kellogg]: https://greggkellogg.net/me
75+
[RDF.rb]: https://ruby-rdf.github.com/
76+
[YARD]: https://yardoc.org/
77+
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
78+
[PDD]: https://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html

rdf-mongo.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
1212
gem.date = File.mtime('VERSION').strftime('%Y-%m-%d')
1313

1414
gem.name = 'rdf-mongo'
15-
gem.homepage = 'http://ruby-rdf.github.com/rdf-mongo'
15+
gem.homepage = 'https://ruby-rdf.github.com/rdf-mongo'
1616
gem.license = 'MIT' if gem.respond_to?(:license=)
1717
gem.summary = 'A storage adapter for integrating MongoDB and rdf.rb, a Ruby library for working with Resource Description Framework (RDF) data.'
1818
gem.description = 'rdf-mongo is a storage adapter for integrating MongoDB and rdf.rb, a Ruby library for working with Resource Description Framework (RDF) data.'

0 commit comments

Comments
 (0)