Wrong link to GIT on website
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Hi,
On http://squirrel-sql.sourceforge.net/ the "GIT" link under "On SourceForge" section points to a very old state (2013) of the repo because it references a specific commit ( http://sourceforge.net/p/squirrel-sql/git/ci/cf32722c6974108e5fdddff1c53d519205347617/tree/ ).
I think that the proper one must be https://sourceforge.net/p/squirrel-sql/git/ which auto redirects you to the default branch "master" ( https://sourceforge.net/p/squirrel-sql/git/ci/master/tree/ ) in order to always access to the current repo state.
Fixed. Thank you for the pointer.