Skip to content

Commit cef5159

Browse files
committed
Fix homepage url
https://github.com/saml-toolkit/ruby-saml is not found.
1 parent 2df5cb3 commit cef5159

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requests from identity providers.
1616
SAML authorization is a two step process and you are expected to implement support for both.
1717

1818
We created a demo project for Rails 4 that uses the latest version of this library:
19-
[ruby-saml-example](https://github.com/saml-toolkit/ruby-saml-example)
19+
[ruby-saml-example](https://github.com/saml-toolkits/ruby-saml-example)
2020

2121
### Supported Ruby Versions
2222

ruby-saml.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
"README.md"
1717
]
1818
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
19-
s.homepage = %q{https://github.com/saml-toolkit/ruby-saml}
19+
s.homepage = %q{https://github.com/saml-toolkits/ruby-saml}
2020
s.rdoc_options = ["--charset=UTF-8"]
2121
s.require_paths = ["lib"]
2222
s.rubygems_version = %q{1.3.7}

0 commit comments

Comments
 (0)