File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
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 @@ -4,8 +4,7 @@ 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