Skip to content

Commit 67dfb40

Browse files
author
Sammy99jsp
committed
Update avdanos.com refrences to avdanos.org
1 parent 7b03a62 commit 67dfb40

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# [AvdanOS.com](https://avdanos.com/) Website
3+
# [AvdanOS.org](https://avdanos.org/) Website
44

55
**The AvdanOS homepage is built using NextJS and GeistUI**, which support both **_Markdown_** and **_JavaScript_** to fit the needs of the contributors to the project.
66

@@ -18,7 +18,7 @@
1818
## Project Structure
1919

2020
- `./src` contains the nextjs source code for the website.
21-
- `./cdn` contains the raw cdn files that auto deploy to **cdn.avdanos.com**
21+
- ~~`./cdn` contains the raw cdn files that auto deploy to **cdn.avdanos.com**~~
2222

2323
## Getting Started
2424

cdn/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<meta http-equiv="refresh" content="0; URL=https://avdanos.com/?from=cdn-404" />
1+
<meta http-equiv="refresh" content="0; URL=https://avdanos.org/?from=cdn-404" />

cdn/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<meta http-equiv="refresh" content="0; URL=https://avdanos.com/?from=cdn" />
1+
<meta http-equiv="refresh" content="0; URL=https://avdanos.org/?from=cdn" />

src/components/navigation/footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ const Footer: React.FC = () => {
149149
paddingLeft: useMobileFooter ? 'calc(35% - 50px)' : 0
150150
}}
151151
>
152-
<Tag type="secondary" style={{ color: colorSwitch() }}>
152+
{/* <Tag type="secondary" style={{ color: colorSwitch() }}>
153153
<strong>
154154
<Link style={{ color: colorSwitch() }} href="https://dns.avdanos.com">
155155
<Chiislate>History of Incidents</Chiislate>
156156
</Link>
157157
</strong>
158158
</Tag>
159-
<Spacer h={0.5} />
159+
<Spacer h={0.5} /> */}
160160
<Tag type="secondary" style={{ color: colorSwitch() }}>
161161
<strong>
162162
<Link href="/privacy-security" style={{ color: colorSwitch() }}>

src/pages/docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const Docs = () => {
8484
<Chiislate>I'm a Developer</Chiislate>
8585
</Tag>
8686
<Spacer />
87-
<Link href="https://docs.avdanos.com/">
87+
<Link href="https://docs.avdanos.org/">
8888
<Button type="success" shadow margin="10px">
8989
<Chiislate>Open documentation</Chiislate>
9090
</Button>

0 commit comments

Comments
 (0)