From 7b8f8ad4cceea5dc077f201239a3dfd2c815ee35 Mon Sep 17 00:00:00 2001 From: "David A. Black" Date: Thu, 21 Aug 2025 21:49:09 -0400 Subject: [PATCH] Update link to bang method blog post --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b84ea8..bf2c87c 100644 --- a/README.md +++ b/README.md @@ -1744,7 +1744,7 @@ In either case: [google-c++]: https://google.github.io/styleguide/cppguide.html [google-c++-comments]: https://google.github.io/styleguide/cppguide.html#Comments [google-python-comments]: https://google.github.io/styleguide/pyguide.html#Comments -[ruby-naming-bang]: http://dablog.rubypal.com/2007/8/15/bang-methods-or-danger-will-rubyist +[ruby-naming-bang]: https://davidablack.net/dablog.html#2007/8/15/bang-methods-or-danger-will-rubyist [ruby-freeze]: https://blog.honeybadger.io/when-to-use-freeze-and-frozen-in-ruby/ [avoid-else-return-early]: http://blog.timoxley.com/post/47041269194/avoid-else-return-early