Skip to content

Commit 79a838f

Browse files
authored
update : links (#36)
1 parent fced717 commit 79a838f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Home/Footer/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function Footer(): JSX.Element {
3737
</div>
3838
<div>
3939
<a
40-
href="https://codecharacter-docs-2022.vercel.app/"
40+
href="https://codecharacter-docs-2023.netlify.app/"
4141
rel="noreferrer noopener"
4242
target="_blank"
4343
className={styles.links}
@@ -47,7 +47,7 @@ export default function Footer(): JSX.Element {
4747
</div>
4848
<div>
4949
<a
50-
href="https://discord.gg/jqHYupbaau"
50+
href="https://discord.gg/QcYMveUaGQ"
5151
target="_blank"
5252
rel="noopener noreferrer"
5353
className={styles.links}

src/components/SideBar/SideBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const SideBar: React.FunctionComponent = () => {
123123
<div className={styles.sideBarIcon} id="documentation">
124124
<div title="View Documentation">
125125
<a
126-
href="https://codecharacter-docs-2022.vercel.app/"
126+
href="https://codecharacter-docs-2023.netlify.app/"
127127
rel="noreferrer noopener"
128128
target="_blank"
129129
>

0 commit comments

Comments
 (0)