Skip to content

Commit f5b4c53

Browse files
author
spivenko
committed
Fix completed branch link
1 parent c1a0c81 commit f5b4c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before moving forward, please **make sure that you understand what is an exercis
88
## Branching strategy
99

1010
In this repository we maintain **two key branches** [main](https://github.com/bobocode-projects/java-fundamentals-course) and
11-
[completed](https://github.com/bobocode-projects/java-fundamentals-course/completed). Since the `main` branch stores the exercises, and the `completed` stores the
11+
[completed](https://github.com/bobocode-projects/java-fundamentals-course/tree/completed). Since the `main` branch stores the exercises, and the `completed` stores the
1212
completed solution, the latter is always ahead of the first one. Here's the rule:
1313

1414
#### The [Completed Solution PR](https://github.com/bobocode-projects/java-fundamentals-course/pull/33) should always show only those changes that participats implement in the scope of the exercises❗️

0 commit comments

Comments
 (0)