From 4aeac3b7ab773d64f20230410f3d5d3226d899a5 Mon Sep 17 00:00:00 2001 From: Sam Riddle <30331129+sjriddle@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:15:06 -0600 Subject: [PATCH] fix: URL path in README.md to include `.xyz` The URL to the docs was incorrectly input as `http://buidl.turboeth/docs` and is updated to `https://buidl.turboeth.xyz/docs` to fix the hyperlink. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce0adf..25ae50a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Collection of essential components for any modern Web3 applications. Save time a ## Documentation -Visit http://buidl.turboeth/docs to view the documentation. +Visit https://buidl.turboeth.xyz/docs to view the documentation. ## Contributing