diff options
author | Michael Lennox <michaelctlennox@gmail.com> | 2016-09-28 13:32:47 +0100 |
---|---|---|
committer | Michael Lennox <michaelctlennox@gmail.com> | 2016-09-28 14:11:26 +0100 |
commit | ba415c4f8ab18a1183d6caac3d149bc08b468526 (patch) | |
tree | bbf14daf5072a658d24f55203807e7067cb02ba8 /guides/source | |
parent | 21ecf42730de2004a95d913038c1f417c24496be (diff) | |
download | rails-ba415c4f8ab18a1183d6caac3d149bc08b468526.tar.gz rails-ba415c4f8ab18a1183d6caac3d149bc08b468526.tar.bz2 rails-ba415c4f8ab18a1183d6caac3d149bc08b468526.zip |
Removes broken performance testing link from the 2.2 release notes
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/2_2_release_notes.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/2_2_release_notes.md b/guides/source/2_2_release_notes.md index c6bac34d18..ac5833e069 100644 --- a/guides/source/2_2_release_notes.md +++ b/guides/source/2_2_release_notes.md @@ -45,7 +45,6 @@ The internal documentation of Rails, in the form of code comments, has been impr * [A Guide to Testing Rails Applications](testing.html) * [Securing Rails Applications](security.html) * [Debugging Rails Applications](debugging_rails_applications.html) -* [Performance Testing Rails Applications](performance_testing.html) * [The Basics of Creating Rails Plugins](plugins.html) All told, the Guides provide tens of thousands of words of guidance for beginning and intermediate Rails developers. |