diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2017-10-03 01:35:29 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2017-10-03 01:35:29 +0000 |
commit | 9591a1f121edf0fdb686fd24c60c1708c363cd05 (patch) | |
tree | f9c36455c7b7af89ce20b7462b0fda65ee848063 | |
parent | 813f732029d22819ab1cb34bd3daa53aeb7d00ee (diff) | |
download | jackcess-9591a1f121edf0fdb686fd24c60c1708c363cd05.tar.gz jackcess-9591a1f121edf0fdb686fd24c60c1708c363cd05.zip |
add support link to main page
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1121 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | src/site/site.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site/site.xml b/src/site/site.xml index f79e3a6..6d7fbc5 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -17,6 +17,7 @@ <item name="Cookbook" href="cookbook.html"/> <item name="Upgrading to Jackcess 2.x" href="jackcess-2.html"/> <item name="FAQ" href="faq.html"/> + <item name="Support" href="http://sourceforge.net/projects/jackcess/support"/> <item name="Jackcess Encrypt" href="http://jackcessencrypt.sourceforge.net/"/> <item name="GitHub Mirror" href="https://github.com/jahlborn/jackcess"/> </menu> |