Skip to content

Commit 547d8eb

Browse files
authored
updates README.adoc (#1)
- removed a redundant dot '.' from the URL in git command - https for URLs
1 parent 589d806 commit 547d8eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ Clone the repository from IntelliJ IDEA by choosing `File | New | Project from V
3434

3535
image::{images}/download-from-vcs.png[]
3636

37-
Specify the project path: http://github.com/kotlin-hands-on/kotlin-spring-chat.
37+
Specify the project path: https://github.com/kotlin-hands-on/kotlin-spring-chat.
3838

3939
image::{images}/download-from-vcs-github.png[]
4040

4141
Once you clone the project, IntelliJ IDEA will import and open it automatically.
4242
Alternatively, you can clone the project with the command line:
4343

4444
[source,bash]
45-
$ git clone https://github.com/kotlin-hands-on/kotlin-spring-chat.
45+
$ git clone https://github.com/kotlin-hands-on/kotlin-spring-chat
4646

4747
=== Solution branches
4848

0 commit comments

Comments
 (0)