Skip to content

Commit e4c50cd

Browse files
committed
Change some rubyforge references.
1 parent 43bf5e5 commit e4c50cd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/rdf/model/uri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

lib/rdf/ntriples.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
# ------------

lib/rdf/util/cache.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)