Link to Icon Source Code broken

Started by Jeff Anderson, March 28, 2016, 11:03:15 PM

Jeff Anderson

I am trying to access the original icon source code, but the link appears to be broken. Can anyone point me to the correct GIT Url? Want to look at the source to see if I can learn something from it.

Thanks!

Codewalker

Hmm, seems to be working for me:

$ git clone http://repo.cohtitan.com/icon/icon.git
Cloning into 'icon'...
Checking connectivity... done.

$ ls icon/
Makefile                data.h                  icon.svg                util.c
application.manifest    icon.c                  patch.c                 util.h
code.c                  icon.h                  patch.h
code.h                  icon.ico                strings.c
data.c                  icon.rc                 strings.h

Jeff Anderson

OK,

Now I feel stupid.

I was trying to hit the URL your browser not thru Git. I'll go Connect properly...

Jeff Anderson