From 331328acd71844a1783670df2fd91481365ceb8a Mon Sep 17 00:00:00 2001 From: Zach Oster Date: Wed, 3 Feb 2021 17:58:07 -0600 Subject: [PATCH] Fix broken link to Repl.it Quickstart Guide --- .../about-using-replit-with-github-classroom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/education/manage-coursework-with-github-classroom/about-using-replit-with-github-classroom.md b/content/education/manage-coursework-with-github-classroom/about-using-replit-with-github-classroom.md index 5c4dcdb949..7dcb00a6cb 100644 --- a/content/education/manage-coursework-with-github-classroom/about-using-replit-with-github-classroom.md +++ b/content/education/manage-coursework-with-github-classroom/about-using-replit-with-github-classroom.md @@ -16,7 +16,7 @@ Repl.it is an online integrated development environment (IDE) that supports mult The first time the student clicks the button to visit Repl.it, the student must sign into Repl.it with {% data variables.product.product_name %} credentials. After signing in, the student will have access to a development environment containing the code from the assignment repository, fully configured on Repl.it. -For more information about working on Repl.it, see the [Repl.it Quickstart Guide](https://docs.repl.it/misc/quick-start#the-repl-environment). +For more information about working on Repl.it, see the [Repl.it Quickstart Guide](https://docs.repl.it/repls/quick-start#the-repl-environment). For group assignments, students can use Repl.it Multiplayer to work collaboratively. For more information, see the [Repl.it Multiplayer](https://repl.it/site/multiplayer) website.