fix(curriculum): replace repl.it with replit.com (#41933)

Replace repl.it to replit.com in the English version.  Chinese and Spanish versions have the same issue.

Co-authored-by: gemmaf98 <44875585+gemmaf98@users.noreply.github.com>
This commit is contained in:
GM Fuster
2021-04-27 16:30:04 -04:00
committed by GitHub
parent 55a1b2a5bf
commit d8ca6db29e
75 changed files with 83 additions and 83 deletions

View File

@ -9,7 +9,7 @@ dashedName: rock-paper-scissors
For this challenge, you will create a program to play Rock, Paper, Scissors. A program that picks at random will usually win 50% of the time. To pass this challenge your program must play matches against four different bots, winning at least 60% of the games in each match.
You can access [the full project description and starter code on repl.it](https://repl.it/github/freeCodeCamp/boilerplate-rock-paper-scissors).
You can access [the full project description and starter code on replit.com](https://replit.com/github/freeCodeCamp/boilerplate-rock-paper-scissors).
After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.