Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c32d70a

Browse files
committed
Add docs and blog link to footer, remove old mailing list entry
1 parent f367e08 commit c32d70a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

webui/templates/footer.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,31 @@
55
<table class="table table-responsive">
66
<tr>
77
<th><a href="/about" style="color: black;">About Us</a></th>
8+
<th><a href="https://docs.dbhub.io" style="color: black;">Documentation</a></th>
89
<th>Get Involved</th>
910
<th>Communication</th>
1011
<th>Legal</th>
1112
</tr>
1213
<tr>
1314
<td><a class="blackLink" href="/about#whatis">What is DBHub.io?</a></td>
15+
<td><a class="blackLink" href="https://docs.dbhub.io">Exporting to Redash</a></td>
1416
<td><a class="blackLink" href="https://github.com/sqlitebrowser/dbhub.io">GitHub</a></td>
15-
<td>Blog</td>
17+
<td><a class="blackLink" href="https://sqlitebrowser.org/blog">Blog</a></td>
1618
<td>Privacy Policy</td>
1719
</tr>
1820
<tr>
1921
<td>Core Team</td>
22+
<td>&nbsp;</td>
2023
<td><a class="blackLink" href="https://www.patreon.com/db4s/memberships">Patreon</a></td>
2124
<td><a class="blackLink" href="https://twitter.com/sqlitebrowser">Twitter</a></td>
2225
<td>Terms and Conditions</td>
2326
</tr>
2427
<tr>
2528
<td><a class="blackLink" href="https://github.com/sqlitebrowser/dbhub.io/graphs/contributors">Contributors</a></td>
26-
<td>&nbsp;</td><td>
27-
<a class="blackLink" href="https://lists.sqlitebrowser.org/mailman/listinfo/db4s-dev">Mailing List</a></td>
29+
<td>&nbsp;</td>
30+
<td>&nbsp;</td>
31+
<td>&nbsp;</td>
32+
<td>&nbsp;</td>
2833
</tr>
2934
</table>
3035
</div>

0 commit comments

Comments
 (0)