Martijn Laan 12 лет назад
Родитель
Сommit
207bebf85a
2 измененных файлов с 5 добавлено и 5 удалено
  1. 4 4
      CONTRIBUTING.md
  2. 1 1
      README.md

+ 4 - 4
CONTRIBUTING.md

@@ -30,10 +30,10 @@ your work on topic branches and make pull requests. In detail:
 
 1. [Fork](http://help.github.com/fork-a-repo/) the project.
 
-2. Clone your fork (`git clone [email protected]:<your-username>/issrc.git`).
+2. Clone your fork (`git clone https://github.com/<your-username>/issrc.git`).
 
 3. Add an `upstream` remote (`git remote add upstream
-   git://github.com/jrsoftware/issrc.git`).
+   https://github.com/jrsoftware/issrc.git`).
 
 4. Get the latest changes from upstream (e.g. `git pull upstream master`).
 
@@ -53,8 +53,8 @@ your work on topic branches and make pull requests. In detail:
    <topic-branch-name>`).
 
 9. [Open a Pull Request](http://help.github.com/send-pull-requests/) with a
-   clear title and description. Please include your name and email address if
-	 you are contributing a translation.
+    clear title and description. Please include your name and email address if
+	  you are contributing a translation.
 
 10. Bask in the eternal glory of being an Inno Setup contributor :)
 

+ 1 - 1
README.md

@@ -15,7 +15,7 @@ Source code README
   First you need to download the sources from Github. From the command line do:
 
   ```
-  > git clone git://github.com/jrsoftware/issrc.git is
+  > git clone https://github.com/jrsoftware/issrc.git is
   > cd is
   > git submodule init
   > git submodule update