Skip to content

Commit

Permalink
Merge pull request #202 from DaleStudy/shorten-url
Browse files Browse the repository at this point in the history
๋””์Šค์ฝ”๋“œ ๋งํฌ์— ๋‹จ์ถ• URL ์‚ฌ์šฉ
  • Loading branch information
DaleSeo authored Nov 17, 2024
2 parents 5143957 + 2c14a95 commit debd54b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ We manage our project using GitHub Projects. You can find the project [here](htt

## Community

- Join our [Discord](https://discord.gg/6TwzdnW6ze) to connect with other contributors.
- Join our [Discord](https://dales.link/discord) to connect with other contributors.
2 changes: 1 addition & 1 deletion components/participant-review-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ParticipantReviewsSection extends HTMLElement {
createHtml() {
return html`
<section>
<ds-hero>์ฐธ๊ฐ€์ž ํ›„๊ธฐ</ds-hero>
<ds-hero>์ฐธ์—ฌ์ž ํ›„๊ธฐ</ds-hero>
<ds-participant-review-list>
<ds-participant-review
author-img-src="images/participant_1.jpeg"
Expand Down
2 changes: 1 addition & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const APPLICATION_URL =
"https://github.com/DaleStudy/leetcode-study/discussions/209";
export const DISCORD_URL = "https://discord.gg/6TwzdnW6ze";
export const DISCORD_URL = "https://dales.link/discord";
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/3";
export const CONTRIBUTING_URL =
"https://github.com/DaleStudy/leetcode-study/blob/main/CONTRIBUTING.md";
Expand Down

0 comments on commit debd54b

Please sign in to comment.