File tree 3 files changed +9
-10
lines changed
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
import { css , html } from "../html-css-utils.js" ;
2
- import { APPLICATION_URL , CONTRIBUTING_URL , FAQ_URL } from "../data.js" ;
2
+ import { APPLICATION_URL , CONTRIBUTING_URL , WIKI_URL } from "../data.js" ;
3
3
4
4
class FooterLinkList extends HTMLElement {
5
5
constructor ( ) {
@@ -70,11 +70,11 @@ class FooterLinkList extends HTMLElement {
70
70
return html `< ul >
71
71
< li >
72
72
< a
73
- href ="${ FAQ_URL } "
73
+ href ="${ WIKI_URL } "
74
74
target ="_blank "
75
- aria-label ="Read the FAQ discussion on Algorithm study group "
75
+ aria-label ="Read the Wiki page on Algorithm study group "
76
76
>
77
- FAQ
77
+ Wiki
78
78
</ a >
79
79
</ li >
80
80
Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ class StepsSection extends HTMLElement {
63
63
</ ds-step >
64
64
< ds-step step ="3 " icon-src ="images/icon_step3.png ">
65
65
< p slot ="content ">
66
- ๋งค์ฃผ ์คํฐ๋ ๋ฉค๋ฒ๋ค๋ผ๋ฆฌ
66
+ ์คํฐ๋ ๋ฉค๋ฒ ๊ฐ์ ์น๋ฐ๊ฐ์ ์๊ธฐ ์ํด
67
67
< ds-step-text-link link ="${ DISCORD_URL } ">
68
68
๋์ค์ฝ๋
69
69
</ ds-step-text-link >
70
- ์์ ๊ฐ๋จํ ๋ชจ์์ ๊ฐ์ ธ์. ๋ฉค๋ฒ ๊ฐ์ ์น๋ฐ๊ฐ๋ ์๊ณ ํด์ธ ์ทจ์
71
- ๊ด๋ จํ ์ ์ฉํ ์ ๋ณด๋ ๊ณต์ ํ๊ณ ์์ด์.
70
+ ์์ ์์จ์ ์ธ ๋ํ์ ๋ชจ์์ ๊ฐ์ ธ์. ํจ๊ป ์ฝ๋ฉ ์ํ/๋ฉด์ ์ค๋น๋ฅผ
71
+ ํ๊ณ ํด์ธ ์ทจ์
๊ด๋ จํ ์ ์ฉํ ์ ๋ณด๋ ๊ณต์ ํ๊ณ ์์ด์.
72
72
</ p >
73
73
</ ds-step >
74
74
</ ds-step-list >
Original file line number Diff line number Diff line change 1
1
export const APPLICATION_URL =
2
- "https://github.com/DaleStudy/leetcode-study/discussions/209 " ;
2
+ "https://github.com/DaleStudy/leetcode-study/discussions/620 " ;
3
3
export const DISCORD_URL = "https://dales.link/discord" ;
4
4
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/3" ;
5
5
export const CONTRIBUTING_URL =
6
6
"https://github.com/DaleStudy/leetcode-study/blob/main/CONTRIBUTING.md" ;
7
- export const FAQ_URL =
8
- "https://github.com/DaleStudy/leetcode-study/discussions/54" ;
7
+ export const WIKI_URL = "https://github.com/DaleStudy/leetcode-study/wiki" ;
9
8
export const ALGO_DALE_URL = "https://www.algodale.com/" ;
10
9
export const LINKED_IN_URL = "https://www.linkedin.com/in/daleseo/" ;
11
10
export const GITHUB_URL = "https://github.com/DaleStudy/leetcode-study" ;
You canโt perform that action at this time.
0 commit comments