Skip to content

Commit 40ee918

Browse files
authored
Merge pull request #652 from yhirano55/fix-homepage-url
[doc] Fix homepage url
2 parents 42dca42 + cef5159 commit 40ee918

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)