Skip to content

Commit 187d90c

Browse files
harahukim-em
authored andcommitted
doc(Tactics): fix file refs (leanprover-community#33273)
Fix some stale documentation file refs.
1 parent 242013e commit 187d90c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Mathlib/Tactic/CategoryTheory/Coherence/Normalize.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public meta import Mathlib.Tactic.CategoryTheory.Coherence.Datatypes
1313
1414
This file provides a function that normalizes 2-morphisms in bicategories. The function also
1515
used to normalize morphisms in monoidal categories. This is used in the string diagram widget given
16-
in `Mathlib/Tactic/StringDiagram.lean`, as well as `monoidal` and `bicategory` tactics.
16+
in `Mathlib/Tactic/Widget/StringDiagram.lean`, as well as `monoidal` and `bicategory` tactics.
1717
1818
We say that the 2-morphism `η` in a bicategory is in normal form if
1919
1. `η` is of the form `α₀ ≫ η₀ ≫ α₁ ≫ η₁ ≫ ... αₘ ≫ ηₘ ≫ αₘ₊₁` where each `αᵢ` is a

Mathlib/Tactic/NormNum/PowMod.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ These expressions can often be evaluated efficiently in cases where first evalua
1414
then reducing mod `m` is not feasible. We provide a function `evalNatPowMod` which is used by the
1515
`reduce_mod_char` tactic to efficiently evaluate powers in rings with positive characteristic.
1616
17-
The approach taken here is identical to (and copied from) the development in `NormNum/Pow.lean`.
17+
The approach taken here is identical to (and copied from) the development in
18+
`Mathlib/Tactic/NormNum/Pow.lean`.
1819
1920
## TODO
2021

Mathlib/Tactic/TermCongr.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ We need to decouple these to support letting the proof's elaboration be deferred
108108
we know whether we want an iff, eq, or heq, while also allowing it to choose
109109
to elaborate as an iff, eq, or heq.
110110
Later, the congruence generator handles any discrepancies.
111-
See `Mathlib/Tactic/TermCongr/CongrResult.lean`. -/
111+
See `CongrResult` below. -/
112112
@[reducible, nolint unusedArguments, expose]
113113
def cHole {α : Sort u} (val : α) {p : Prop} (_pf : p) : α := val
114114

0 commit comments

Comments
 (0)