Skip to content

Commit 4cb497f

Browse files
authored
link to internet archive for valgrind blog link in debugging_rails_applications.md (rails#50042)
The linked URL to a blog post by Evan Weaver is not available anymore. This change uses an archived version from the internet archive.
1 parent f2d1366 commit 4cb497f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/debugging_rails_applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ extension in the interpreter calls `malloc()` but doesn't properly call
866866
`free()`, this memory won't be available until the app terminates.
867867

868868
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/)
869+
[Valgrind and Ruby](https://web.archive.org/web/20230518081626/https://blog.evanweaver.com/2008/02/05/valgrind-and-ruby/)
870870
by Evan Weaver.
871871

872872
### Find a Memory Leak

0 commit comments

Comments
 (0)