@@ -189,18 +189,26 @@ <h4>Updating + Building</h4>
189189 < code > scripts/build.ps1</ code > .</ p >
190190 </ div >
191191 < div class ="col-lg ">
192- < h4 > Other documentations</ h4 >
193- < p > If you have trouble with anything I am happy to help. But you will have much better chances to find
192+ < h4 > Documentations</ h4 >
193+ < p > Most of the Cmder functionality are documented in the
194+ < a href ="https://github.com/cmderdev/cmder/blob/master/README.md "> readme</ a > file on GitHub.
195+ We have extented help available in < a href ="https://github.com/cmderdev/cmder/wiki "> Cmder Wiki</ a > , also regarding integration.
196+ </ p >
197+ < p >
198+ If you're having trouble with anything, please have a look at the GitHub
199+ < a href ="https://github.com/cmderdev/cmder/issues?q=is:issue "> issues</ a > , or create
200+ < a href ="https://github.com/cmderdev/cmder/issues/new "> a new one</ a > . < br />
201+ We'll be happy to help, but you might have a better chance to find
194202 solutions on the pages of the upstream projects. Those are:</ p >
195203 < ul >
196204 < li > Console emulator ~
197- < a href ="https://conemu.github.io/ "> Conemu</ a >
205+ < a target =" _blank " href ="https://conemu.github.io/ "> Conemu</ a >
198206 </ li >
199207 < li > Cmd.exe enhancements ~
200- < a href ="https://mridgers.github.io/clink/ "> clink</ a >
208+ < a target =" _blank " href ="https://mridgers.github.io/clink/ "> clink</ a >
201209 </ li >
202210 < li > Unix tools on windows ~
203- < a href ="https://gitforwindows.org/ "> git for windows</ a >
211+ < a target =" _blank " href ="https://gitforwindows.org/ "> git for windows</ a >
204212 </ li >
205213 </ ul >
206214 </ div >
@@ -224,7 +232,6 @@ <h4>Other documentations</h4>
224232 var _gaq = _gaq || [ ] ;
225233 _gaq . push ( [ '_setAccount' , 'UA-35740802-2' ] ) ;
226234 _gaq . push ( [ '_trackPageview' ] ) ;
227-
228235 ( function ( ) {
229236 var ga = document . createElement ( 'script' ) ;
230237 ga . type = 'text/javascript' ;
@@ -239,13 +246,11 @@ <h4>Other documentations</h4>
239246 $ ( document ) . ready ( function ( ) {
240247 getLatestReleases ( ) ;
241248 } )
242-
243249 function getSizeInMb ( bytes , decimal ) {
244250 var decimal = decimal || 0 ;
245251 var size = ( bytes / Math . pow ( 2 , 20 ) ) ;
246252 return '~' + ( decimal == 0 ? Math . ceil ( size ) : size . toFixed ( decimal ) ) + 'MB' ;
247253 }
248-
249254 function getLatestReleases ( ) {
250255 $ . getJSON ( "https://api.github.com/repos/cmderdev/cmder/releases/latest" ) . done ( function ( release ) {
251256 $ ( "#latest-version" ) . html ( "Latest Version: " + release . name ) ;
@@ -270,4 +275,4 @@ <h4>Other documentations</h4>
270275 </ script >
271276</ body >
272277
273- </ html >
278+ </ html >
0 commit comments