Skip to content
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

Update documentation about acmcsuf.com/lc-dailies #52

Merged
merged 9 commits into from
Sep 21, 2024
7 changes: 2 additions & 5 deletions docs/HANDBOOK.md
EthanThatOneKid marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,8 @@ No further action is needed on your part to submit your Leetcode solutions. A
daily background process automatically syncs our stored leaderboard data with
the latest submissions data on Leetcode.

> **NOTE**
>
> Soon, our leaderboard will be visible on the ACM CSUF website at
> <https://acmcsuf.com/lc-dailies>. Follow issue
> [#36](https://github.com/acmcsufoss/lc-dailies/issues/36) for updates.
Our leaderboards are visible on the ACM at CSUF website at
<https://acmcsuf.com/lc-dailies>.

---

Expand Down
1 change: 1 addition & 0 deletions lib/api/dailies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export function makeDailyWebhookEmbeds(
"```",
leaderboard.formatScores(options.season),
"```",
`View the leaderboard on [acmcsuf.com/lc-dailies/${options.season.id}](https://acmcsuf.com/lc-dailies/${options.season.id})!`,
].join("\n"),
});
}
Expand Down