From a4ee4c0dfb111673602ed93df9710d13bff9a81e Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Tue, 4 Oct 2016 10:24:48 +0200 Subject: [PATCH] Fix link in ProofMode.md. --- ProofMode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProofMode.md b/ProofMode.md index 5bb0a5440..c12a0b5b7 100644 --- a/ProofMode.md +++ b/ProofMode.md @@ -3,7 +3,7 @@ Tactic overview Many of the tactics below apply to more goals than described in this document since the behavior of these tactics can be tuned via instances of the type -classes in the file [proofmode/classes](proofmode/classes). Most notable, many +classes in the file [proofmode/classes](proofmode/classes.v). Most notable, many of the tactics can be applied when the to be introduced or to be eliminated connective appears under a later, a primitive view shift, or in the conclusion of a weakest precondition connective. -- GitLab