Correct some link fragments in doc comments #90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ocavue/fix-link2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I realize that I made some mistake in my previous PR https://github.com/ProseMirror/prosemirror-model/pull/89. In ProseMirror's docs, all static methods have
^in their link anchor. This PR fixes two links in the docs.Just FYI, I'm using the lychee CLI to find incorrect links:
Thanks!