Skip to content

Commit e8b9294

Browse files
authored
fix: docs section url in nav (#135)
Signed-off-by: Animesh Pathak <[email protected]>
1 parent 9c71c61 commit e8b9294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/nav/docsSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default function Docs() {
22
return (
33
<>
44
<div className="font-medium text-gray-600 px-3 py-3 flex items-center transition duration-150 ease-in-out whitespace-nowrap relative group cursor-pointer">
5-
<a href="">Docs</a>
5+
<a href="https://keploy.io/docs">Docs</a>
66
<span className="absolute text-[#666666] text-[3px] left-[.15rem] bottom-[.15rem] w-full h-[.195rem] bg-current transform scale-x-0 group-hover:scale-x-100 transition-transform duration-300 ease-out"></span>
77
</div>
88
</>

0 commit comments

Comments
 (0)