From 919fc4eb3e1aad4e6f93c961466ab358ac5f24b6 Mon Sep 17 00:00:00 2001 From: Vicente Merlo Date: Sat, 25 May 2024 21:05:16 -0300 Subject: [PATCH] Fixes broken cookbook link (#80) Co-authored-by: antedeguemon --- src/tourmaline.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tourmaline.cr b/src/tourmaline.cr index 209f3ee58..3e4d687db 100644 --- a/src/tourmaline.cr +++ b/src/tourmaline.cr @@ -12,7 +12,7 @@ require "./tourmaline/client" # # For usage examples, see the # [examples](https://github.com/watzon/tourmaline/tree/master/examples) -# directory. For guides on using Tourmaline, see the official -# Tourmaline [cookbook](https://tourmaline.dev/docs/cookbook/your-first-bot). +# directory. For guides on using Tourmaline, see the +# [usage docs section](https://tourmaline.dev/usage/). module Tourmaline end