File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ module RDF
2323 # @see http://en.wikipedia.org/wiki/Uniform_Resource_Identifier
2424 # @see http://www.ietf.org/rfc/rfc3986.txt
2525 # @see http://www.ietf.org/rfc/rfc3987.txt
26- # @see http://addressable.rubyforge.org/
26+ # @see http://www.rubydoc.info/gems/addressable
2727 class URI
2828 include RDF ::Resource
2929
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module RDF
1313 #
1414 # An example of an RDF statement in N-Triples format:
1515 #
16- # <http://rubyforge .org/> <http://purl.org/dc/terms/title> "RubyForge " .
16+ # <http://rubygems .org/gems/rdf > <http://purl.org/dc/terms/title> "rdf " .
1717 #
1818 # Installation
1919 # ------------
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ module RDF; module Util
99 #
1010 # While this cache is something of an internal implementation detail of
1111 # RDF.rb, some external libraries do currently make use of it as well,
12- # including [SPARQL](http://ruby-rdf/sparql/) and
13- # [Spira](http://spira.rubyforge.org/ ). Do be sure to include any changes
12+ # including [SPARQL](http://github.com/ ruby-rdf/sparql/) and
13+ # [Spira](http://github.com/ruby-rdf/spira ). Do be sure to include any changes
1414 # here in the RDF.rb changelog.
1515 #
1616 # @see RDF::URI.intern
You can’t perform that action at this time.
0 commit comments