diff --git a/spec/requests/api/html_conversions/create_spec.cr b/spec/requests/api/html_conversions/create_spec.cr
index 3d6c5dcf..9456eb10 100644
--- a/spec/requests/api/html_conversions/create_spec.cr
+++ b/spec/requests/api/html_conversions/create_spec.cr
@@ -4,7 +4,7 @@ describe Api::HtmlConversions::Create do
it "returns a 200 response with converted content" do
# NOTE: This is required because this spec runs
# before the spec server is fully booted.
- sleep 0.5
+ sleep 0.5.seconds
response = ApiClient.exec(Api::HtmlConversions::Create.with(input: "
Test
"))
response.should send_json(200, content: "div \"Test\"\n")
diff --git a/src/pages/learn/awesome_lucky/index_page.cr b/src/pages/learn/awesome_lucky/index_page.cr
index 4c89f0bb..1a46d47b 100644
--- a/src/pages/learn/awesome_lucky/index_page.cr
+++ b/src/pages/learn/awesome_lucky/index_page.cr
@@ -96,10 +96,6 @@ class Learn::AwesomeLucky::IndexPage < PageLayout
text: "Lucky Casts",
url: "https://luckycasts.com",
description: "Video screencasts on Lucky and the Crystal programming language"
- mount AwesomeLink,
- text: "Lucky Bits",
- url: "https://www.luckybits.link",
- description: "Create small link snippets to share with friends"
mount AwesomeLink,
text: "The Offline Pink",
url: "https://the.offline.pink",