Skip to content

Commit 62eba8f

Browse files
committed
fixed broken link error
1 parent c78a844 commit 62eba8f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/theme/Footer/index.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ const Footer: React.FC = () => {
9696
<ul className="list-none pl-0">
9797
<li>
9898
<Link
99-
to="/docs/"
99+
to="https://codeharborhub.github.io/docs/"
100100
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
101101
>
102102
Tutorials
103103
</Link>
104104
</li>
105105
<li>
106106
<Link
107-
to="/courses/"
107+
to="https://codeharborhub.github.io/courses/"
108108
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
109109
>
110110
Courses
@@ -153,39 +153,39 @@ const Footer: React.FC = () => {
153153
<ul className="list-none pl-0">
154154
<li>
155155
<Link
156-
to="/about/"
156+
to="https://codeharborhub.github.io/about/"
157157
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
158158
>
159159
About Us
160160
</Link>
161161
</li>
162162
<li>
163163
<Link
164-
to="/contact/"
164+
to="https://codeharborhub.github.io/contact/"
165165
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
166166
>
167167
Contact Us
168168
</Link>
169169
</li>
170170
<li>
171171
<Link
172-
to="/careers/"
172+
to="https://codeharborhub.github.io/careers/"
173173
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
174174
>
175175
Careers
176176
</Link>
177177
</li>
178178
<li>
179179
<Link
180-
to="/community/team/"
180+
to="https://codeharborhub.github.io/community/team/"
181181
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
182182
>
183183
Our Team
184184
</Link>
185185
</li>
186186
<li>
187187
<Link
188-
to="/blog"
188+
to="https://codeharborhub.github.io/blog"
189189
className="mb-3 inline-block text-base text-gray-300 hover:text-[--ifm-color-primary]"
190190
>
191191
All Blog
@@ -282,25 +282,25 @@ const Footer: React.FC = () => {
282282
<div className="my-1">
283283
<div className="-mx-3 flex items-center justify-center md:justify-start">
284284
<Link
285-
to="/privacy-policy/"
285+
to="https://codeharborhub.github.io/privacy-policy/"
286286
className="px-3 text-base text-gray-300 hover:text-[--ifm-color-primary] hover:underline"
287287
>
288288
Privacy policy
289289
</Link>
290290
<Link
291-
to="/code-of-conduct/"
291+
to="https://codeharborhub.github.io/code-of-conduct/"
292292
className="px-3 text-base text-gray-300 hover:text-[--ifm-color-primary] hover:underline"
293293
>
294294
Code of conduct
295295
</Link>
296296
<Link
297-
to="/terms-service/"
297+
to="https://codeharborhub.github.io/terms-service/"
298298
className="px-3 text-base text-gray-300 hover:text-[--ifm-color-primary] hover:underline"
299299
>
300300
Terms of service
301301
</Link>
302302
<Link
303-
to="/License/"
303+
to="https://codeharborhub.github.io/License/"
304304
className="px-3 text-base text-gray-300 hover:text-[--ifm-color-primary] hover:underline"
305305
>
306306
License

0 commit comments

Comments
 (0)