From 5e6a8cb69b3e4406ad6ba49e3596975e4ad5ec51 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 3 Aug 2016 20:48:20 +0200 Subject: [PATCH] Link gitter chat --- blog/post/2016-08-03-better-exception-messages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog/post/2016-08-03-better-exception-messages.md b/blog/post/2016-08-03-better-exception-messages.md index 30d9d79c..c22a73a8 100644 --- a/blog/post/2016-08-03-better-exception-messages.md +++ b/blog/post/2016-08-03-better-exception-messages.md @@ -7,10 +7,11 @@ In this post, we explore exceptions in more detail. Our goal is to print additio -As always, the complete source code is on [Github]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a [comment section] at the end of this page. +As always, the complete source code is on [Github]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a [gitter chat] and a [comment section] at the end of this page. [Github]: https://github.com/phil-opp/blog_os/tree/better_exception_messages [issues]: https://github.com/phil-opp/blog_os/issues +[gitter chat]: https://gitter.im/phil-opp/blog_os [comment section]: #disqus_thread ## Exceptions in Detail