File tree 1 file changed +3
-3
lines changed 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);
85
85
}} >
86
86
<!-- Pair Function Ref -->
87
87
{ funcPair && (
88
- <p ><strong >Pair:</strong > <a href = { ` / ${funcPair }` } >{ funcPair } </a ></p >
88
+ <p ><strong >Pair:</strong > <a href = { ` /reference/ ${funcPair }` } >{ funcPair } </a ></p >
89
89
)}
90
90
91
91
<!-- Description -->
@@ -115,14 +115,14 @@ let funcSyntaxes = parseFunctionSyntaxes(func.id, func.data);
115
115
{ funcInfo .oop .constructorclass ? (
116
116
<li >
117
117
<strong >Constructor</strong >:
118
- <a href = { ` /${funcInfo .oop .element } ` } >{ funcInfo .oop .constructorclass } </a >(...)
118
+ <a href = { ` /reference/ ${funcInfo .oop .element } ` } >{ funcInfo .oop .constructorclass } </a >(...)
119
119
</li >
120
120
) : (
121
121
<>
122
122
{ funcInfo .oop .method && (
123
123
<li >
124
124
<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 } (...)
126
126
</li >
127
127
)}
128
128
You can’t perform that action at this time.
0 commit comments