From 38441c6ff364d4e2df269519eadb72faab52fc90 Mon Sep 17 00:00:00 2001 From: Tero Frondelius Date: Wed, 24 Jun 2015 00:02:22 +0300 Subject: [PATCH] Update CONTRIBUTING.md Corrected the JuliaFem.jl github address. --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63be9c8..222f8b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,11 +11,12 @@ https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md Developing ---------- - -git clone https://github.com/JuliaFEM/JuliaFEM +```bash +cd ~dev/ +git clone https://github.com/JuliaFEM/JuliaFEM.jl cd ~/.julia/v0.4 ln -s ~/dev/JuliaFEM . - +``` Use of UTF-8 characters in program code --------------------------------------- @@ -27,7 +28,7 @@ We support Julia versions 0.4+. [See issue #26](https://github.com/JuliaFEM/Juli Only pull requests to src folder -------------------------------- -See [issue #29](https://github.com/JuliaFEM/JuliaFEM/issues/29). This ensures peer review check for contributors and hopefully will decrease the number of merge conflicts. +See [issue #29](https://github.com/JuliaFEM/JuliaFEM.jl/issues/29). This ensures peer review check for contributors and hopefully will decrease the number of merge conflicts. New technology should be introduced through notebooks -----------------------------------------------------