Skip to content

Commit 4cb159f

Browse files
authored
Update chapter-01-first-steps-in-programming.md
1 parent f163ff7 commit 4cb159f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-01-first-steps-in-programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Unlike the console applications that read and write data as text on the console,
677677
For our web application, we will use **Spring MVC**. It enables us to create a web application with the **Java** programming language in the **IntelliJ IDEA** development environment.
678678

679679
Take the project (the application's skeleton) from this link:
680-
[https://github.com/SoftUni/Programming-Basics-Book-JS-EN/blob/master/assets/chapter-1-assets](https://github.com/SoftUni/Programming-Basics-Book-JS-EN/blob/master/assets/chapter-1-assets) and load it in IntelliJ IDEA using **[Import Project]**:
680+
[https://github.com/SoftUni/Programming-Basics-Book-Java-EN/blob/master/assets/chapter-1-assets](https://github.com/SoftUni/Programming-Basics-Book-Java-EN/blob/master/assets/chapter-1-assets) and load it in IntelliJ IDEA using **[Import Project]**:
681681

682682
![](assets/chapter-1-images/08.Numbers-sum-web-02.png)
683683

0 commit comments

Comments
 (0)