Skip to content

Commit 955ae03

Browse files
Fix installation link in HeroSection
Updated installation link in HeroSection component.
1 parent 4bd5aa1 commit 955ae03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/sections/HeroSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function HeroSection(props: HeroSectionProps) {
4848
<span className="text-[#00ADEF]">single API request.</span>
4949
</h2>
5050
<a
51-
href="https://intelowlproject.github.io/docs/IntelOwl/installation"
51+
href="https://intelowlproject.github.io/docs/IntelOwl/installation/"
5252
className=" transform transition-transform duration-3 hover:scale-110 btn bg-[#00ADEE] hover:bg-blue-700 text-white py-2 mb-12 px-4 text-sm rounded w-32 h-10 mt-8 font-SpaceGrotesk text-center"
5353
>
5454
get started ➔
@@ -96,7 +96,7 @@ export default function HeroSection(props: HeroSectionProps) {
9696
</span>
9797
</h2>
9898
<a
99-
href="https://intelowlproject.github.io/docs/IntelOwl/installation"
99+
href="https://intelowlproject.github.io/docs/IntelOwl/installation/"
100100
className="transform transition-transform duration-3 hover:scale-110 btn bg-[#00ADEE] hover:bg-blue-700 text-white py-2 px-4 rounded w-36 h-10 mt-16 font-SpaceGrotesk text-center"
101101
>
102102
get started ➔

0 commit comments

Comments
 (0)