aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Rin Arakaki <koyukukan@gmail.com>2018-07-08 10:54:18 +0000
committerGravatar Rin Arakaki <koyukukan@gmail.com>2018-07-08 10:54:18 +0000
commit1b7f931e7df654af7699dd2f82197dad5cf7e486 (patch)
treeaf69a198a519834e8976580494d3cb66d0ae4998 /dev
parent827de05d233b631f1dd6d50dc84698c15445ac00 (diff)
Modify URLs in xml-protocol.md
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/xml-protocol.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/doc/xml-protocol.md b/dev/doc/xml-protocol.md
index b35571e9c..ab70d5fee 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/interface.mli` 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.txt`](/dev/doc/changes.md).
* [Commands](#commands)
- [About](#command-about)