Skip to content

Commit

Permalink
Modified links
Browse files Browse the repository at this point in the history
Signed-off-by: aryan <[email protected]>
  • Loading branch information
aryan-bhokare committed Aug 15, 2024
1 parent 6e43347 commit 9fdce6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/sections/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function HeroSection(props: HeroSectionProps) {
<span className="text-[#00ADEF]">single API request.</span>
</h2>
<Link
href={"/docs/IntelOwl/installation/"}
href="https://intelowlproject.github.io/docs/IntelOwl/installation/"
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"
>
get started ➔
Expand Down Expand Up @@ -97,7 +97,7 @@ export default function HeroSection(props: HeroSectionProps) {
</span>
</h2>
<Link
href={"/docs/"}
href="https://intelowlproject.github.io/docs/IntelOwl/installation/"
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"
>
get started ➔
Expand Down
2 changes: 1 addition & 1 deletion constants/faqdata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const FAQData = [
{
question: "How can I install IntelOwl?",
answer:
'That is super fast and straightforward: follow the guide <a href="/docs/IntelOwl/installation/" target="_blank">here</a>',
'That is super fast and straightforward: follow the guide <a href="https://intelowlproject.github.io/docs/IntelOwl/installation/" target="_blank">here</a>',
},
{
question:
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function Home() {
</span>
</a>
<a
href="/docs/IntelOwl/usage/#analyzers"
href="https://intelowlproject.github.io/docs/IntelOwl/usage/#analyzers"
className="transform transition-transform duration-3 hover:scale-105 inline-flex justify-between items-center py-1 px-1 pr-4 mb-7 text-sm text-gray-700 bg-gray-100 rounded-full dark:bg-gray-800 dark:text-white hover:bg-gray-200 dark:hover:bg-gray-700"
role="alert"
>
Expand Down

0 comments on commit 9fdce6b

Please sign in to comment.