Skip to content

Commit 5c818a0

Browse files
committed
Updated the README.md file.
Updated the supported Ruby versions and the documentation hyperlinks.
1 parent 27016ef commit 5c818a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
README.md
33
4-
Copyright (C) 2006-2015, 2017 Anupam Sengupta (anupamsg@gmail.com)
4+
Copyright (C) 2006-2017 Anupam Sengupta (anupamsg@gmail.com)
55
66
-->
77
# **RubyTree** #
@@ -244,8 +244,8 @@ A big thanks to the following contributors for helping improve **RubyTree**:
244244
[BSD]: http://opensource.org/licenses/bsd-license.php "BSD License"
245245
[Binary tree]: http://en.wikipedia.org/wiki/Binary_tree "Binary Tree Data Structure"
246246
[Bundler]: http://bundler.io "Bundler"
247-
[Comparable]: http://ruby-doc.org/core-1.8.7/Comparable.html "Comparable mix-in"
248-
[Enumerable]: http://ruby-doc.org/core-1.9.3/Enumerable.html "Enumerable mix-in"
247+
[Comparable]: http://ruby-doc.org/core-2.4.2/Comparable.html "Comparable mix-in"
248+
[Enumerable]: http://ruby-doc.org/core-2.4.2/Enumerable.html "Enumerable mix-in"
249249
[JSON]: http://flori.github.com/json "JSON"
250250
[Rake]: https://rubygems.org/gems/rake "Rake"
251251
[Ruby]: http://www.ruby-lang.org "Ruby Programming Language"
@@ -254,7 +254,7 @@ A big thanks to the following contributors for helping improve **RubyTree**:
254254
[breadth-first]: http://en.wikipedia.org/wiki/Breadth-first_search "Breadth-first (level-first) Traversal"
255255
[git]: http://git-scm.com "Git SCM"
256256
[in-order]: http://en.wikipedia.org/wiki/Tree_traversal#In-order "In-order (symmetric) Traversal"
257-
[marshaling]: http://ruby-doc.org/core-1.8.7/Marshal.html "Marshaling in Ruby"
257+
[marshaling]: http://ruby-doc.org/core-2.4.2/Marshal.html "Marshaling in Ruby"
258258
[post-order]: http://en.wikipedia.org/wiki/Tree_traversal#Post-order "Post-ordered Traversal"
259259
[pre-order]: http://en.wikipedia.org/wiki/Tree_traversal#Pre-order "Pre-ordered Traversal"
260260
[rt@github]: http://github.com/evolve75/RubyTree "RubyTree Project Page on Github"

0 commit comments

Comments
 (0)