Browse Source

fix marlin fab-min git url

Thomas Buck 5 years ago
parent
commit
84b7ec3b1c
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      input/blog/2016/2016_03_24_marlin_fabrikator_mini.md

+ 4
- 2
input/blog/2016/2016_03_24_marlin_fabrikator_mini.md View File

@@ -14,10 +14,12 @@ print "*Posted at %s.*" % date
14 14
 
15 15
 **Update:**
16 16
 
17
-As the Marlin Firmware is changing quite often, I’m maintaining [a branch with my configuration on my git server](http://xythobuz.de/git/marlin-fabrikator-mini/). Get it like this:
17
+As the Marlin Firmware is changing quite often, I’m maintaining [a branch with my configuration on my git server](https://git.xythobuz.de/thomas/marlin/src/branch/fabrikator-mini). Get it like this:
18 18
 
19 19
 <pre class="sh_sh">
20
-git clone http://xythobuz.de/git/marlin-fabrikator-mini/
20
+git clone https://git.xythobuz.de/thomas/marlin.git
21
+cd marlin
22
+git checkout fabrikator-mini
21 23
 </pre>
22 24
 
23 25
 <hr>

Loading…
Cancel
Save