Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a href="https://www.gnu.org/licenses/gpl-3.0"><img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg"/></a>
<a href="https://github.com/jhuopensource/semesterly/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/></a>
<a href='https://semesterly-v2.readthedocs.io/en/latest/?badge=latest' target="_blank"><img src='https://readthedocs.org/projects/semesterly-v2/badge/?version=latest' alt='Documentation Status' /></a>
<a href="https://discord.gg/txYbphsAV7" target="_blank"><img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true" alt="Chat"></a>
<a href="https://discord.gg/5444sdzjZZ" target="_blank"><img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true" alt="Chat"></a>
</p>

## Documentation
Expand All @@ -29,7 +29,7 @@ Read [Add a School](https://semesterly-v2.readthedocs.io/en/latest/addaschool.ht

## Questions

For questions and support, please contact us at <semesterly@jhu.edu> or ask in the [community forum](https://discord.gg/txYbphsAV7). The [Issues section](https://github.com/jhuopensource/semesterly/issues) of this repository is **ONLY** for bug reports and feature requests.
For questions and support, please contact us at <semesterly@jhu.edu> or ask in the [community forum](https://discord.gg/5444sdzjZZ). The [Issues section](https://github.com/jhuopensource/semesterly/issues) of this repository is **ONLY** for bug reports and feature requests.

## Our Contributors
<div align="center">
Expand Down
2 changes: 1 addition & 1 deletion docs/learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Learning The Stack

Learning a new thing can be scary, especially when all you have are some docs and a
massive code base to learn from. That's why we are here to help you learn, build,
and contribute. Ask us questions at our `Discord <https://discord.gg/txYbphsAV7>`_!
and contribute. Ask us questions at our `Discord <https://discord.gg/5444sdzjZZ>`_!


Our Stack
Expand Down
2 changes: 1 addition & 1 deletion semesterly/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ <h3>JHU Alum</h3>
<i class="fa fa-github fa-lg"></i>
<span>Find us on GitHub</span>
</a></li>
<li><a href="https://discord.gg/txYbphsAV7">
<li><a href="https://discord.gg/5444sdzjZZ">
<i class="fab fa-discord fa-lg"></i>
<span>Join the Community Forum</span>
</a></li>
Expand Down
2 changes: 1 addition & 1 deletion static/js/redux/ui/Semesterly.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const Semesterly = () => {
<a
target="_blank"
rel="noopener noreferrer"
href="https://discord.gg/HmnwdbehBh"
href="https://discord.gg/5444sdzjZZ"
>
Discord
</a>
Expand Down
2 changes: 1 addition & 1 deletion timetable/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>Semester.ly</h1>
<i class="fa-brands fa-github fa-lg"></i>
<span>Find us on GitHub</span>
</a></li>
<li><a href="https://discord.gg/txYbphsAV7">
<li><a href="https://discord.gg/5444sdzjZZ">
<i class="fa-brands fa-discord fa-lg"></i>
<span>Join the Community Forum</span>
</a></li>
Expand Down
2 changes: 1 addition & 1 deletion timetable/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h3>Select your school to begin</h3>
<i class="fa-brands fa-github fa-lg"></i>
<span>Find us on GitHub</span>
</a></li>
<li><a href="https://discord.gg/txYbphsAV7" target="_blank">
<li><a href="https://discord.gg/5444sdzjZZ" target="_blank">
<i class="fab fa-discord fa-lg"></i>
<span>Join the Community Forum</span>
</a></li>
Expand Down
2 changes: 1 addition & 1 deletion timetable/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h3>Linked Accounts</h3>
<i class="fa fa-github fa-lg"></i>
<span>Find us on GitHub</span>
</a></li>
<li><a href="https://discord.gg/txYbphsAV7">
<li><a href="https://discord.gg/5444sdzjZZ">
<i class="fab fa-discord fa-lg"></i>
<span>Join the Community Forum</span>
</a></li>
Expand Down
Loading