Skip to content

Commit

Permalink
fix(doc/contribute): fix broken link (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHughes24 authored and mergify[bot] committed Oct 13, 2019
1 parent d716648 commit 0ee1272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contribute/doc.md
Expand Up @@ -122,7 +122,7 @@ In addition to documentation living in Lean file, we have tactic documentation i
[docs/tactics](../tactics.md), and theory documentation in [docs/theories](../theories) where we
give overviews spanning several Lean files, and more mathematical explanations in cases where
formalization requires slightly exotic points of view, see for instance the
[topology documentation](../theories/topological_spaces.md).
[topology documentation](../theories/topology.md).

## Examples

Expand Down

0 comments on commit 0ee1272

Please sign in to comment.