File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ let funcSyntaxes = parseFunctionSyntaxes(func.id, func.data);
8585 }} >
8686 <!-- Pair Function Ref -->
8787 { funcPair && (
88- <p ><strong >Pair:</strong > <a href = { ` / ${funcPair }` } >{ funcPair } </a ></p >
88+ <p ><strong >Pair:</strong > <a href = { ` /reference/ ${funcPair }` } >{ funcPair } </a ></p >
8989 )}
9090
9191 <!-- Description -->
@@ -115,14 +115,14 @@ let funcSyntaxes = parseFunctionSyntaxes(func.id, func.data);
115115 { funcInfo .oop .constructorclass ? (
116116 <li >
117117 <strong >Constructor</strong >:
118- <a href = { ` /${funcInfo .oop .element } ` } >{ funcInfo .oop .constructorclass } </a >(...)
118+ <a href = { ` /reference/ ${funcInfo .oop .element } ` } >{ funcInfo .oop .constructorclass } </a >(...)
119119 </li >
120120 ) : (
121121 <>
122122 { funcInfo .oop .method && (
123123 <li >
124124 <strong >Method</strong >:
125- <a href = { ` / ${funcInfo .oop .element }` } >{ funcInfo .oop .static ? getFixedStaticOOPClass (funcInfo .oop .element ) : funcInfo .oop .element } </a >{ funcInfo .oop .static ? ' .' : ' :' } { funcInfo .oop .method } (...)
125+ <a href = { ` /reference/ ${funcInfo .oop .element }` } >{ funcInfo .oop .static ? getFixedStaticOOPClass (funcInfo .oop .element ) : funcInfo .oop .element } </a >{ funcInfo .oop .static ? ' .' : ' :' } { funcInfo .oop .method } (...)
126126 </li >
127127 )}
128128
You can’t perform that action at this time.
0 commit comments