Fix broken links.
parent
3bc07ffeb5
commit
41a4753d25
|
@ -1,6 +1,6 @@
|
|||
\documentclass{article}
|
||||
|
||||
\input{../../common/preamble}
|
||||
\input{../../shared/preamble}
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
\documentclass{article}
|
||||
\usepackage[shortlabels]{enumitem}
|
||||
|
||||
\input{../../common/preamble}
|
||||
\input{../../shared/preamble}
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
import Common.List
|
||||
import Common.Real
|
||||
import Common.Tuple
|
||||
import Bookshelf.List
|
||||
import Bookshelf.Real
|
||||
import Bookshelf.Tuple
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
\documentclass{article}
|
||||
|
||||
\input{../../../preamble}
|
||||
\input{../../preamble}
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
\begin{proof}
|
||||
|
||||
\href{Sequence.lean}{Common.Data.Real.Sequence.Arithmetic.sum_recursive_closed}
|
||||
\href{Sequence/Arithmetic.lean}{Bookshelf.Real.Sequence.Arithmetic.sum_recursive_closed}
|
||||
|
||||
\end{proof}
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
|
||||
\begin{proof}
|
||||
|
||||
\href{Sequence.lean}{Common.Data.Real.Sequence.Geometric.sum_recursive_closed}
|
||||
\href{Sequence/Geometric.lean}{Bookshelf.Real.Sequence.Geometric.sum_recursive_closed}
|
||||
|
||||
\end{proof}
|
||||
|
||||
|
|
Loading…
Reference in New Issue