From a2201684cd8840def0911ae96a4e1cba4e7dc6e1 Mon Sep 17 00:00:00 2001
From: Luke Naylor <l.naylor@sms.ed.ac.uk>
Date: Tue, 2 Jul 2024 17:17:08 +0100
Subject: [PATCH] FIX: Correct import from appendix after rename of jupyter
 notebook in subproj

---
 tex/appendix.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex/appendix.tex b/tex/appendix.tex
index e527a1e..e8207dc 100644
--- a/tex/appendix.tex
+++ b/tex/appendix.tex
@@ -51,7 +51,7 @@
 	\section{Characteristic Curves}
 	\import{../subprojects/max-destabilizer-rank/notebooks/}{characteristic_curves}
 	\section{Rank Zero Case}
-	\import{../subprojects/max-destabilizer-rank/notebooks/}{rank_zero_case}
+	\import{../subprojects/max-destabilizer-rank/notebooks/}{rank_zero_case_curves}
 	\section{Examples}
 	\import{../subprojects/max-destabilizer-rank/notebooks/}{examples}
 	\section{Other P Choice}
-- 
GitLab