aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Rin Arakaki <koyukukan@gmail.com>2018-07-08 11:24:22 +0000
committerGravatar Rin Arakaki <koyukukan@gmail.com>2018-07-08 11:24:22 +0000
commitd8efd8998c8ccac4d8c00e5de842e55959cf7d55 (patch)
treeb76e242cd28d7c8c876e24bcc992f4875e939de1 /dev
parent1b7f931e7df654af7699dd2f82197dad5cf7e486 (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 ab70d5fee..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/protocol/interface.ml).
+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.md).
+Changes to the XML protocol are documented as part of [`dev/doc/changes.md`](/dev/doc/changes.md).
* [Commands](#commands)
- [About](#command-about)