We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d1366 commit 4cb497fCopy full SHA for 4cb497f
guides/source/debugging_rails_applications.md
@@ -866,7 +866,7 @@ extension in the interpreter calls `malloc()` but doesn't properly call
866
`free()`, this memory won't be available until the app terminates.
867
868
For further information on how to install Valgrind and use with Ruby, refer to
869
-[Valgrind and Ruby](https://blog.evanweaver.com/2008/02/05/valgrind-and-ruby/)
+[Valgrind and Ruby](https://web.archive.org/web/20230518081626/https://blog.evanweaver.com/2008/02/05/valgrind-and-ruby/)
870
by Evan Weaver.
871
872
### Find a Memory Leak
0 commit comments