Skip to content

Commit 1453b05

Browse files
authored
Update footer-menu.html
1 parent 97a9469 commit 1453b05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

portal/_templates/footer-menu.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ <h1>{{ _("About") }}</h1>
88
<li><a href="https://projectpythia.org/about.html">{{ _("About Project Pythia") }}</a></li>
99
<li><a href="https://foundations.projectpythia.org/preamble/how-to-use.html">{{ _("How to use Pythia Foundations") }}</a></li>
1010
<li><a href="https://projectpythia.org/#the-project-pythia-team">{{ _("The Project Team") }}</a></li>
11+
<li><a href="https://projectpythia.org/#how-to-cite">{{ _("How to Cite") }}</a></li>
1112
</ul>
1213
</div>
1314
<div class="col-9 col-sm-4 col-md-4 col-lg-3 footer-menu-col">
1415
<h1>{{ _("Give Feedback") }}</h1>
1516
<ul class="list-unstyled">
1617
<li><a href="mailto:[email protected]">{{ _("Email us!") }}</a></li>
17-
<li><a href="https://github.com/ProjectPythia/projectpythia.github.io/discussions">{{ _("Project Pythia Discussions") }}</a></li>
18-
<li><a href="https://github.com/ProjectPythia/pythia-foundations/discussions">{{ _("Pythia Foundations Discussions") }}</a></li>
18+
<li><a href="https://discourse.pangeo.io/c/education/project-pythia/60s">{{ _("Pangeo Discourse") }}</a></li>
1919
</ul>
2020
</div>
2121
<div class="col-9 col-sm-4 col-md-4 col-lg-3 footer-menu-col">
2222
<h1>{{ _("Contribute") }}</h1>
2323
<ul class="list-unstyled">
2424
<li><a href="https://projectpythia.org/contributing.html">{{ _("How to contribute to Project Pythia") }}</a></li>
25-
<li><a href="https://foundations.projectpythia.org/appendix/how-to-contribute.html">{{ _("How to contribute to Pythia Foundations") }}</a></li>
2625
<li><a href="https://projectpythia.org/code_of_conduct.html">{{ _("Our code of conduct") }}</a></li>
2726
<li><a href="https://projectpythia.org/#weekly-working-group-meetings">{{ _("Join our weekly meetings") }}</a></li>
2827
<li><a href="https://github.com/ProjectPythia">{{ _("Join us on GitHub") }}</a></li>

0 commit comments

Comments
 (0)