Skip to content

Commit

Permalink
fix: 🐛 docs stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed May 21, 2024
1 parent ebcba95 commit 611682c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Thank you for your interest in contributing to Anteater API!

Our Contributor's Guide has moved [here](https://docs.icssc.club/ppapi/contributors-guide/getting-started).
Our Contributor's Guide has moved [here](https://docs.icssc.club/anteaterapi/contributors-guide/getting-started).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Anteater API (formerly PeterPortal API _Next_) is a student-developed and mainta

## 📖 Documentation

Our documentation can be found [here](https://docs.icssc.club/ppapi).
Our documentation can be found [here](https://docs.icssc.club/anteaterapi).

## 🤝 Contributing

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "1.0.0",
"private": true,
"description": "The official Anteater API monorepo",
"homepage": "https://docs.icssc.club/ppapi",
"homepage": "https://docs.icssc.club/anteaterapi",
"license": "MIT",
"type": "module",
"scripts": {
"build": "turbo run build",
"ci:tsc": "npx tsc -p . --noEmit && npx tsc -p apps/docs --noEmit",
"ci:tsc": "npx tsc -p . --noEmit",
"commit": "cz",
"deploy": "turbo run deploy",
"destroy": "turbo run destroy",
Expand Down

0 comments on commit 611682c

Please sign in to comment.