From 8a4d39c6663482686e6af30e10dca36e3210291e Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Wed, 27 Sep 2023 21:52:24 +0200 Subject: [PATCH] Fix references --- auditing.tex | 4 ++-- bi.tex | 2 +- interactive-v1.tex | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/auditing.tex b/auditing.tex index dbd3f05c..8c240f95 100644 --- a/auditing.tex +++ b/auditing.tex @@ -654,8 +654,8 @@ \subsection{Overview} \begin{itemize} \item Loading the initial snapshot of the social network graph - \item Evaluating the BI read queries (\autoref{sec:auditing-bi-reads}) - \item Evaluating the BI write operations: inserts (\autoref{sec:auditing-bi-insert-operations}) and deletes (\autoref{sec:auditing-bi-delete-operations}) + \item Evaluating the BI read queries (\autoref{sec:bi-reads}) + \item Evaluating the BI write operations: inserts (\autoref{sec:bi-insert-operations}) and deletes (\autoref{sec:bi-delete-operations}) \item Performing concurrent reads and writes (\autoref{sec:auditing-bi-audit-workflow}) (optional, only allowed if ACID compliance is guaranteed) \end{itemize} diff --git a/bi.tex b/bi.tex index f52e825b..66c9707c 100644 --- a/bi.tex +++ b/bi.tex @@ -40,7 +40,7 @@ \section{Overview} \end{figure} An overview of the BI workload is shown in \autoref{fig:bi-workflow}. -The rules for auditing workload implementations are given in \autoref{sec:bi-workload-audit}. +The rules for auditing workload implementations are given in \autoref{sec:auditing-bi-workload-audit}. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Read Query Templates} diff --git a/interactive-v1.tex b/interactive-v1.tex index a6f8c01e..619cb24c 100644 --- a/interactive-v1.tex +++ b/interactive-v1.tex @@ -32,7 +32,7 @@ \subsection*{Related Software Components} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Complex Reads} -\label{sec:interactive-complex-reads} +\label{sec:interactive-v1-complex-reads} \input{interactive-v1-complex-reads}