Skip to content

Commit b310244

Browse files
committed
fix link
1 parent fab0e13 commit b310244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/jmespath/src/PowertoolsFunctions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const decoder = new TextDecoder('utf-8');
2929
* console.log(result); // { foo: 'bar' }
3030
* ```
3131
*
32-
* When using the {@link extractDataFromEnvelope} function, the PowertoolsFunctions class is automatically used.
32+
* When using the {@link envelopes.extractDataFromEnvelope | extractDataFromEnvelope} function, the PowertoolsFunctions class is automatically used.
3333
*
3434
*/
3535
class PowertoolsFunctions extends Functions {

0 commit comments

Comments
 (0)