pages/projects/evsql.html
changeset 123 4731149a4c84
parent 82 87a5245a289e
--- a/pages/projects/evsql.html	Mon Oct 10 18:40:54 2016 +0300
+++ b/pages/projects/evsql.html	Mon Oct 10 19:01:21 2016 +0300
@@ -1,4 +1,7 @@
     <p>Evsql is a C-language SQL library designed for use with libevent, and primarily PostgreSQL's libpq.</p>
 
-    <p>For more information, read the <a href="http://qmsk.net/static/evsql-doxygen/">Doxygen documentation</a>, or look at the <a href="http://hg.qmsk.net/evfuse.hg/file/tip/src/">Mercurial repo</a> (currently part of evfuse).</p>
+    <p>
+        Why would you be writing a PostgreSQL application in C?
 
+        But if you are, you can find the (MIT) source code at <a href="https://github.com/SpComb/evsql">github.com/SpComb/evsql</a>
+    </p>