Skip to content

Commit

Permalink
Merge PR #17866: Fix broken link in XML protocol documentation.
Browse files Browse the repository at this point in the history
Reviewed-by: proux01
Co-authored-by: proux01 <proux01@users.noreply.github.com>
  • Loading branch information
coqbot-app[bot] and proux01 committed Jul 18, 2023
2 parents 0ac54af + 3e5d0cc commit fa7eebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/doc/xml-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ protocol that coqtop and IDEs use to communicate. The protocol first appeared
with Coq 8.5, and is used by CoqIDE, [vscoq](https://github.com/coq-community/vscoq/), and other user interfaces.

A somewhat out-of-date description of the async state machine is
[documented here](https://github.com/ejgallego/jscoq/blob/v8.10/etc/notes/coq-notes.md).
[documented here](https://github.com/ejgallego/jscoq/blob/v8.16/etc/notes/coq-notes.md).
OCaml types for the protocol can be found in the [`ide/protocol/interface.ml` file](/ide/protocol/interface.ml).

Changes to the XML protocol are documented as part of [`dev/doc/changes.md`](/dev/doc/changes.md).
Expand Down

0 comments on commit fa7eebc

Please sign in to comment.