Skip to content

Commit 3729923

Browse files
committed
Fix pair redirect
1 parent a086559 commit 3729923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/[func].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if ( funcExamples.length > 0 ){
4646
tableOfContents: false,
4747
}}>
4848
{funcPair && (
49-
<p><strong>Pair:</strong> <a href={ funcPair }>{ funcPair }</a></p>
49+
<p><strong>Pair:</strong> <a href={ `/${funcPair}` }>{ funcPair }</a></p>
5050
)}
5151

5252
<!-- Description -->

0 commit comments

Comments
 (0)