diff --git a/Lambdaya.cabal b/Lambdaya.cabal
--- a/Lambdaya.cabal
+++ b/Lambdaya.cabal
@@ -10,7 +10,8 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.2.0.0
+--                   | | | | +- doc update
+version:             0.2.0.0.1
 
 -- A short (one-line) description of the package.
 synopsis: Library for RedPitaya         
diff --git a/src/System/RedPitaya/Tutorial.hs b/src/System/RedPitaya/Tutorial.hs
--- a/src/System/RedPitaya/Tutorial.hs
+++ b/src/System/RedPitaya/Tutorial.hs
@@ -24,7 +24,7 @@
 
 @runRemoteRp@ is function that execute @FpgaSetGet@ over network. If you
 dont have arm-ghc compiler available, you can use compiled binaries
-[bin\/server]((https:\/\/github.com\/RedPitaya\/RedPitaya\/blob\/master\/bin\/server)
+<https://github.com/ra1u/Lambdaya/blob/master/bin/server?raw=true bin\/server>
 and run them on RedPitaya.
 
 Lambdaya libraray also enables execution of same code natively trough
