Skip to content

Commit

Permalink
chore: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Nov 10, 2024
1 parent b8828d2 commit bde1383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Features include:

## 🔨 Built with

- [PeterPortal API](https://github.com/icssc/peterportal-api-next)
- [Anteater API](https://github.com/icssc/anteater-api)
- Express
- React
- tRPC
Expand Down Expand Up @@ -109,7 +109,7 @@ Optionally, you can run the site/api separately by changing into their respectiv

## Where does the data come from?

We consolidate our data directly from official UCI sources such as: UCI Catalogue, UCI Public Records Office, and UCI WebReg (courtesy of [PeterPortal API](https://github.com/icssc/peterportal-api-next)).
We consolidate our data directly from official UCI sources such as: UCI Catalogue, UCI Public Records Office, and UCI WebReg (courtesy of [Anteater API](https://github.com/icssc/anteater-api)).

## Bug Report

Expand Down
2 changes: 1 addition & 1 deletion site/src/component/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Footer: FC = () => {
<a href="https://github.com/icssc" target="_blank" rel="noreferrer">
GitHub
</a>
<a href="https://docs.api-next.peterportal.org" target="_blank" rel="noreferrer">
<a href="https://docs.icssc.club/docs/developer/anteaterapi" target="_blank" rel="noreferrer">
API
</a>
<a href="https://forms.gle/JjwBmELq26daroTh9" target="_blank" rel="noreferrer">
Expand Down

0 comments on commit bde1383

Please sign in to comment.