Skip to content

Commit

Permalink
Fix dead links
Browse files Browse the repository at this point in the history
* http://www.graphdrawing.org/graphml no longer exists, but
  http://graphml.graphdrawing.org/ seems to represent that.
  • Loading branch information
ujihisa committed Dec 12, 2020
1 parent 6bba969 commit 9184f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rgl/graphxml.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# graphxml.rb
#
# This file contains minimal support for creating RGL graphs from the GraphML
# format (see http://www.graphdrawing.org/graphml). The main purpose is to
# format (see http://graphml.graphdrawing.org/). The main purpose is to
# have a rich set of example graphs to have some more tests.
#
# See the examples directory, which contains a subdirectory _north_ with the
Expand Down Expand Up @@ -48,7 +48,7 @@ def tag_start(name, attrs)
end # class MutableGraphParser

# Initializes an RGL graph from a subset of the GraphML format given in
# +source+ (see http://www.graphdrawing.org/graphml).
# +source+ (see http://graphml.graphdrawing.org/).
#
def from_graphxml(source)
listener = MutableGraphParser.new(self)
Expand Down

0 comments on commit 9184f30

Please sign in to comment.