File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# URI
2
2
3
3
[ ![ CI] ( https://github.com/ruby/uri/actions/workflows/test.yml/badge.svg )] ( https://github.com/ruby/uri/actions/workflows/test.yml )
4
- [ ![ Yard Docs] ( https://img.shields.io/badge/docs-exist-blue.svg )] ( https://rubydoc.info/gems/ uri )
4
+ [ ![ Yard Docs] ( https://img.shields.io/badge/docs-exist-blue.svg )] ( https://ruby.github.io/ uri/ )
5
5
6
6
URI is a module providing classes to handle Uniform Resource Identifiers [ RFC2396] ( http://tools.ietf.org/html/rfc2396 ) .
7
7
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
spec . metadata = {
24
24
"bug_tracker_uri" => "#{ github_link } /issues" ,
25
25
"changelog_uri" => "#{ github_link } /releases" ,
26
- "documentation_uri" => "https://rubydoc.info/gems/ uri" ,
26
+ "documentation_uri" => "https://ruby.github.io/ uri/ " ,
27
27
"homepage_uri" => spec . homepage ,
28
28
"source_code_uri" => github_link
29
29
}
You can’t perform that action at this time.
0 commit comments