From ba415c4f8ab18a1183d6caac3d149bc08b468526 Mon Sep 17 00:00:00 2001 From: Michael Lennox Date: Wed, 28 Sep 2016 13:32:47 +0100 Subject: [PATCH] Removes broken performance testing link from the 2.2 release notes --- guides/source/2_2_release_notes.md | 1 - 1 file changed, 1 deletion(-) 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.