Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 14b3818

Browse files
committed
docs: modify test code link to be in main branch
1 parent 635dc1e commit 14b3818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements/CleanCode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ Visual Effect System
4545
💡 Score Effects -> [Chaeheon Lee](https://github.com/highlees/highlees)
4646
- Emoji generation based on game score changes
4747
- Score color change effect according to game score change
48-
- Write [test code](https://github.com/Clean-Code-Team/Invaders/blob/develop/test/scoreColorTest.java) and complete unit tests for ```scoreColor``` method<br><br>
48+
- Write [test code](https://github.com/Clean-Code-Team/Invaders/blob/main/test/scoreColorTest.java) and complete unit tests for ```scoreColor``` method<br><br>
4949

5050
💡 Flicker Effect -> [Chaeheon Lee](https://github.com/highlees/highlees)
5151
- Create a flickering effect like a classic arcade screen<br>
5252
(Applies to the Start screen and High Scores screen,<br>
5353
other teams applied it to other screens as well.)
5454
- Add an effect so that the Game Over screen gradually appears
55-
- Write [test code](https://github.com/Clean-Code-Team/Invaders/blob/develop/test/slowlyChangingColorsTest.java) and complete unit tests for ```blinkingColor``` method <br>
55+
- Write [test code](https://github.com/Clean-Code-Team/Invaders/blob/main/test/slowlyChangingColorsTest.java) and complete unit tests for ```blinkingColor``` method <br>
5656
and ```slowlyChangingColors``` method<br>
57-
(The test code for the ```blinkingColor``` method can be found [here](https://github.com/Clean-Code-Team/Invaders/blob/develop/test/scoreColorTest.java).)
57+
(The test code for the ```blinkingColor``` method can be found [here](https://github.com/Clean-Code-Team/Invaders/blob/main/test/scoreColorTest.java).)
5858
<br><br>
5959

6060
💡 Bullet Effects -> [Jeongwoo Jang](https://github.com/jeongwoo903/jang_jeongwoo)

0 commit comments

Comments
 (0)