Skip to content

Commit 9a63b96

Browse files
committed
Update footer
1 parent 508bbb8 commit 9a63b96

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

src/components/SiteFooter.js

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,38 @@ const SiteFooter = () => {
1212
<h6>PostGraphile</h6>
1313
<ul>
1414
<li>
15-
<Link to="/postgraphile/introduction/">Documentation</Link>
15+
<a href="https://postgraphile.org/postgraphile/5/">
16+
Documentation
17+
</a>
1618
</li>
1719
<li>
18-
<Link to="/postgraphile/">About</Link>
20+
<a href="https://postgraphile.org">About</a>
1921
</li>
2022
<li>
21-
<Link to="/postgraphile/community-plugins/">
23+
<a href="https://postgraphile.org/postgraphile/5/community-plugins">
2224
Community Plugins
23-
</Link>
25+
</a>
2426
</li>
2527
<li>
26-
<a href="https://github.com/graphile/postgraphile/releases">
27-
<i className="fab fa-github" /> Changelog
28-
</a>
28+
<a href="https://postgraphile.org/news">News</a>
2929
</li>
3030
</ul>
3131
</div>
3232
<div className="col-xs-12 col-md-2 nested-list-reset ">
3333
<h6>Graphile Engine</h6>
3434
<ul>
3535
<li>
36-
<Link to="/graphile-build/getting-started/">Documentation</Link>
36+
<a href="https://build.graphile.org/graphile-build/5/">
37+
Documentation
38+
</a>
3739
</li>
3840
<li>
39-
<Link to="/graphile-build/">About</Link>
41+
<a href="https://build.graphile.org/">About</a>
4042
</li>
4143
<li>
42-
<Link to="/graphile-build/plugins/">Plugins</Link>
44+
<a href="https://build.graphile.org/graphile-build/5/plugins">
45+
Plugins
46+
</a>
4347
</li>
4448
</ul>
4549
</div>
@@ -66,11 +70,6 @@ const SiteFooter = () => {
6670
<i className="fab fa-mastodon" /> Mastodon
6771
</a>
6872
</li>
69-
<li>
70-
<a href="https://twitter.com/graphilehq">
71-
<i className="fab fa-twitter" /> Twitter
72-
</a>
73-
</li>
7473
<li>
7574
<a href="https://www.youtube.com/channel/UCPPQNCaD8ukbb5gp1KrYMqA">
7675
<i className="fa fa-play" /> Youtube
@@ -82,16 +81,16 @@ const SiteFooter = () => {
8281
</Link>
8382
</li>
8483
<li>
85-
<a to="https://learn.graphile.org/">
84+
<a href="https://learn.graphile.org/">
8685
<i className="fas fa-graduation-cap" /> Learn
8786
</a>
8887
</li>
8988
</ul>
9089
</div>
9190
<div className="col-xs-12 col-md-offset-1 col-md-5">
9291
<h6>About</h6>
93-
PostGraphile and Graphile Build are crowd-funded Open Source
94-
Software, developed and maintained primarily by{" "}
92+
PostGraphile, Gra<em>fast</em> and Graphile Build are crowd-funded
93+
Open Source Software, developed and maintained primarily by{" "}
9594
<a href="https://twitter.com/benjie">@Benjie</a> with the help of
9695
the community.
9796
<br />

0 commit comments

Comments
 (0)