-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197 from DaleStudy/centralize-other-urls
๋ชจ๋ URL ์ค์ํ
- Loading branch information
Showing
9 changed files
with
70 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
export const APPLICATION_URL = | ||
"https://github.com/DaleStudy/leetcode-study/discussions/209"; | ||
export const DISCORD_URL = "https://discord.gg/6TwzdnW6ze"; | ||
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/1"; | ||
export const CONTRIBUTING_URL = | ||
"https://github.com/DaleStudy/leetcode-study/blob/main/CONTRIBUTING.md"; | ||
export const FAQ_URL = | ||
"https://github.com/DaleStudy/leetcode-study/discussions/54"; | ||
export const ALGO_DALE_URL = "https://www.algodale.com/"; | ||
export const LINKED_IN_URL = "https://www.linkedin.com/in/daleseo/"; | ||
export const GITHUB_URL = "https://github.com/DaleStudy/leetcode-study"; | ||
export const YOUTUBE_URL = "https://www.youtube.com/@DaleSeo"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters