Parcourir la source

README-en.md edited online with Bitbucket

Sara Beatriz Schwarz Iglesias il y a 7 ans
Parent
révision
efb681cb28
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md Voir le fichier

@@ -23,7 +23,7 @@ In this first laboratory experience you will learn the workflow for the the upco
23 23
 
24 24
 ### Electronic book
25 25
 
26
-The instructions for the laboratory experience for this semester are contained in the electronic book you can access at [http://eip.ccom.uprrp.edu/_book-en/](http://eip.ccom.uprrp.edu/_book-en/).
26
+The instructions for the laboratory experience for this semester are contained in the electronic book you can access at [http://eip.ccom.uprrp.edu/book_en/](http://eip.ccom.uprrp.edu/book_en/).
27 27
 
28 28
 We will publish the name of each week’s lab experience in our course’s Moodle page.
29 29
 
@@ -33,7 +33,7 @@ This is a preliminary version of the book and therefore may contain errors. We w
33 33
 
34 34
 *Bitbucket* is a repository or deposit for digital files that can be accessed online and allows the development of group projects in an ordered and simple manner. The files for the Introduction to Programming Laboratory will be stored in this site and can be downloaded to your personal computers using *Git*.
35 35
 
36
-*Git*  is an open source version control system that is primarily used for software development. The EIP team used Git during software development of the lab experiences. You as a student probably will not need to use of Git's version control capabilities for the coding assignments in the lab experiences. However, you will use Git to download the lab experience's source code files at the beginning of each session, e.g. using `git clone url`. You can obtain *Git* at [http://git-scm.com/](http://git-scm.com/).
36
+*Git*  is an open source version control system that is primarily used for software development. The EIP team used Git during software development of the lab experiences. You as a student probably will not need to use Git's version control capabilities for the coding assignments in the lab experiences. However, you will use Git to download the lab experience's source code files at the beginning of each session, e.g. using `git clone url`. You can obtain *Git* at [http://git-scm.com/](http://git-scm.com/).
37 37
 
38 38
 ### Terminal and Linux
39 39