Skip to content

Commit

Permalink
docs(): fix broken link (fabricjs#7579)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 authored and rockerBOO committed Jan 12, 2022
1 parent 4cdb941 commit 86b3e14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mixins/object_geometry.mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,8 @@
* oCoords are used to find the corners
* aCoords are used to quickly find an object on the canvas
* lineCoords are used to quickly find object during pointer events.
* See {@link https://github.com/kangax/fabric.js/wiki/When-to-call-setCoords|When-to-call-setCoords}
* See {@link https://github.com/fabricjs/fabric.js/wiki/When-to-call-setCoords} and {@link http://fabricjs.com/fabric-gotchas}
*
* @param {Boolean} [skipCorners] skip calculation of oCoords.
* @return {fabric.Object} thisArg
* @chainable
Expand Down

0 comments on commit 86b3e14

Please sign in to comment.