Skip to content

Change gh discussions to pangeo discourse on portal index #289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions portal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ the example data used by the [Pythia Foundations Book](https://foundations.proje
## Join us!

If you have questions or want to share anything with the
[Project Pythia Team](#the-project-pythia-team), please reach out to us on our
[GitHub Discussions page](https://github.com/ProjectPythia/projectpythia.github.io/discussions)
[Project Pythia Team](#the-project-pythia-team), please reach out to us through the
[Project Pythia category on the Pangeo Discourse forum](https://discourse.pangeo.io/c/education/project-pythia/)
or join us at our Weekly Working Group Meetings.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going to suggest linking directly to the calendar section here, like:

Suggested change
or join us at our Weekly Working Group Meetings.
or join us at our weekly [Working Group Meetings](https://projectpythia.org/#meeting-event-calendar).

But then I just discovered the calendar page is broken, #290


<span class="d-flex justify-content-center pt-1 pb-4">
<a href="https://github.com/ProjectPythia/projectpythia.github.io/discussions" role="button" class="btn btn-primary btn-lg">
Go to GitHub Discussions
<a href="https://discourse.pangeo.io/c/education/project-pythia/" role="button" class="btn btn-primary btn-lg">
Go to Pangeo Discourse
</a>
</span>

Expand Down