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
2 changes: 1 addition & 1 deletion components/steps-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class StepsSection extends HTMLElement {
<ds-step-list>
<ds-step step="1" icon-src="images/icon_step1.png">
<p slot="content">
현재 스터디 3기(2024년 12/8 ~ 2025년 3/22)가 진행중이에요. 다음
현재 스터디 4기(2025년 3/30 ~ 2025년 7/12)가 진행중이에요. 다음
기수 스터디 참여를 원한다면
<ds-step-text-link link="${APPLICATION_URL}">
여기
Expand Down
4 changes: 2 additions & 2 deletions data.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const APPLICATION_URL =
"https://github.com/DaleStudy/leetcode-study/discussions/620";
"https://github.com/DaleStudy/leetcode-study/discussions/1109";
export const DISCORD_URL = "https://dales.link/discord";
export const LEADERBOARD_URL = "https://leaderboard.dalestudy.com/";
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/12";
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/13";
export const CONTRIBUTING_URL =
"https://github.com/DaleStudy/leetcode-study/blob/main/CONTRIBUTING.md";
export const WIKI_URL = "https://github.com/DaleStudy/leetcode-study/wiki";
Expand Down