You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Community contributions are essential for keeping Ruby RDF great. We want to kee
6
6
7
7
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.
8
8
9
-
* create or respond to an issue on the [Github Repository](http://github.com/ruby-rdf/rdf/issues)
9
+
* create or respond to an issue on the [Github Repository](https://github.com/ruby-rdf/rdf/issues)
[](https://gitter.im/ruby-rdf/rdf?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -14,13 +14,13 @@ This is a pure-Ruby library for working with the [Shape Expressions Language][Sh
14
14
15
15
* 100% pure Ruby with minimal dependencies and no bloat.
16
16
* Fully compatible with [ShEx][ShExSpec] specifications.
17
-
* 100% free and unencumbered [public domain](http://unlicense.org/) software.
17
+
* 100% free and unencumbered [public domain](https://unlicense.org/) software.
18
18
19
19
## Description
20
20
21
21
The ShEx gem implements a [ShEx][ShExSpec] Shape Expression engine.
22
22
23
-
*`ShEx::Parser` parses ShExC and ShExJ formatted documents generating executable operators which can be serialized as [S-Expressions](http://en.wikipedia.org/wiki/S-expression).
23
+
*`ShEx::Parser` parses ShExC and ShExJ formatted documents generating executable operators which can be serialized as [S-Expressions](https://en.wikipedia.org/wiki/S-expression).
24
24
*`ShEx::Algebra` executes operators against Any `RDF::Graph`, including compliant [RDF.rb][].
25
25
*[Implementation Report](file.earl.html)
26
26
@@ -45,9 +45,9 @@ The ShEx gem implements a [ShEx][ShExSpec] Shape Expression engine.
0 commit comments