feat: update backend project links (#39314)
* feat: update backend project links Replace solution and remix Glitch links with equivalent Repl.it links in backend projects/challenges and intro pages. * fix: link and Repl.it casing * fix: update mention of glitch in testing challenge * Apply suggestions from code review Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9a4976bd57
commit
6b3c61c737
@@ -58,7 +58,7 @@ export class SolutionForm extends Component {
|
||||
|
||||
case backEndProject:
|
||||
solutionFormFields = backEndProjectFields;
|
||||
solutionLink = solutionLink + 'https://camperbot.glitch.me';
|
||||
solutionLink = solutionLink + 'https://project-name.camperbot.repl.co/';
|
||||
solutionFormID = 'back-end-form';
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user