From 86568f37f029ca25f766c38247073170667d36eb Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sun, 28 May 2023 16:23:36 +0300 Subject: [PATCH] Fix broken link Related: #1946 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8e3378f0..9535280f4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ * Visit [our website](https://30secondsofcode.org) to view our snippet collection. * Search for snippets that suit your needs. You can search by name, tag, language or using a snippet's description. Just start typing a term and see what comes up. -* Browse all [snippets](https://30secondsofcode.org/snippes/p/1) or individual [snippet collections](https://30secondsofcode.org/collections/p/1) for each topic. +* Browse all [snippets](https://30secondsofcode.org/snippets/p/1) or individual [snippet collections](https://30secondsofcode.org/collections/p/1) for each topic. * Click on each snippet card to view the whole snippet, including code, explanation and examples. * You can copy code blocks on any snippet card, using the copy button at the top right. * If you like the project, give it a star. It means a lot to the people maintaining it.