diff --git a/data/projects.json b/data/projects.json index 63f9608..452e920 100644 --- a/data/projects.json +++ b/data/projects.json @@ -16,8 +16,8 @@ { "name": "Tic Tac Toe with AI", "previewImageUrl": "data/images/ttt-minimax.png", - "primaryUrl": "https://ilyamurashov.github.io/fcc-tictactoe-in-elm/", - "repositoryUrl": "https://github.com/IlyaMurashov/fcc-tictactoe-in-elm", + "primaryUrl": "https://iamim.github.io/fcc-tictactoe-in-elm/", + "repositoryUrl": "https://github.com/iamim/fcc-tictactoe-in-elm", "description": "A Tic Tac Toe implementation with minimax built in. For freeCodeCamp." }, {