Skip to content

Commit

Permalink
fix link within watermark tutorial article
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Nov 13, 2024
1 parent 03ead85 commit 7c5edd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/tutorials/how_to/watermark.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import codeSimple from "!!raw-loader!./watermark-simple.js";

### Image Watermark Example

If a simple text watermark doesn't meet your requirements then you can use the Image watermark via [`createImageWatermark`](/docs/next/api#createImageWatermark) function exported
If a simple text watermark doesn't meet your requirements then you can use the Image watermark via [`createImageWatermark`](/docs/next/api/functions/createImageWatermark) function exported
from the library as follows:

```js
Expand Down

0 comments on commit 7c5edd1

Please sign in to comment.