Nathan Sweet 2 år sedan
förälder
incheckning
cc6f25340c

+ 1 - 1
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/attachments/PointAttachment.java

@@ -40,7 +40,7 @@ import com.esotericsoftware.spine.Bone;
  * used in similar ways, but a PointAttachment is slightly less expensive to compute and can be hidden, shown, and placed in a
  * skin.
  * <p>
- * See <a href="http://esotericsoftware.com/spine-point-attachments">Point Attachments</a> in the Spine User Guide. */
+ * See <a href="http://esotericsoftware.com/spine-points">Point Attachments</a> in the Spine User Guide. */
 public class PointAttachment extends Attachment {
 	float x, y, rotation;