diff options
author | Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | 2018-07-08 13:28:45 +0200 |
---|---|---|
committer | Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr> | 2018-07-08 13:28:45 +0200 |
commit | 6739b456097cb42d4047083cc4d2dba751e3b872 (patch) | |
tree | b76e242cd28d7c8c876e24bcc992f4875e939de1 | |
parent | 827de05d233b631f1dd6d50dc84698c15445ac00 (diff) | |
parent | d8efd8998c8ccac4d8c00e5de842e55959cf7d55 (diff) |
Merge PR #8020: Modify URLs in xml-protocol.md
-rw-r--r-- | dev/doc/xml-protocol.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/doc/xml-protocol.md b/dev/doc/xml-protocol.md index b35571e9c..48671c03b 100644 --- a/dev/doc/xml-protocol.md +++ b/dev/doc/xml-protocol.md @@ -10,9 +10,9 @@ versions of Proof General. A somewhat out-of-date description of the async state machine is [documented here](https://github.com/ejgallego/jscoq/blob/master/etc/notes/coq-notes.md). -OCaml types for the protocol can be found in the [`ide/interface.mli` file](/ide/interface.mli). +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.txt`](/dev/doc/changes.txt). +Changes to the XML protocol are documented as part of [`dev/doc/changes.md`](/dev/doc/changes.md). * [Commands](#commands) - [About](#command-about) |