We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a086559 commit 3729923Copy full SHA for 3729923
web/src/pages/[func].astro
@@ -46,7 +46,7 @@ if ( funcExamples.length > 0 ){
46
tableOfContents: false,
47
}}>
48
{funcPair && (
49
- <p><strong>Pair:</strong> <a href={ funcPair }>{ funcPair }</a></p>
+ <p><strong>Pair:</strong> <a href={ `/${funcPair}` }>{ funcPair }</a></p>
50
)}
51
52
<!-- Description -->
0 commit comments