diff --git a/article/proceedings.tex b/article/proceedings.tex
index 56c66eee17327f65cf0637c39e912e469667ad4d..a559037c724b6be8c4dd7964bdf3a7a3a132c0f2 100644
--- a/article/proceedings.tex
+++ b/article/proceedings.tex
@@ -419,14 +419,26 @@ What happens when an editor triggers an edit filter? Do they notice this at all?
 
 As described in the previous section, a variety of different actions may occur when a filter gets tripped.
 These include: disallow, warn, tag, throttle, log..
-For the more severe ones, the editor is notified that they hit a filter:
+For the more severe ones, the editor is notified that they hit a filter (see~\ref{fig:screenshot-warn-disallow}):
 a warning message is displayed if the filter action was set to disallow/warn.
 These warnings describe the problem that occurred and present the editor with possible actions:
-complain on the FalsePositives page (link!) in case of a disallow,
+complain on the FalsePositives page (\url{https://en.wikipedia.org/wiki/Wikipedia:Edit_filter/False_positives}) in case of a disallow,
 or, complain on the FalsePositives page and publish the change anyway in case of a warning.
 On the other hand, when the filter action is set to "tag" or "log" only, the editor doesn't really notice they tripped a filter unless they are looking more closely.
-Tagged edits are marked as such in the page's revision history (see screenshot)
-and all edits that trigger an edit filter are listed in the AbuseLog (link) (see screenshot).
+Tagged edits are marked as such in the page's revision history (see~\ref{fig:tags-in-history})
+and all edits that trigger an edit filter are listed in the AbuseLog (\url{https://en.wikipedia.org/wiki/Special:AbuseLog}) (see~\ref{fig:screenshot-abuse-log}).
+
+\begin{figure}
+\centering
+  \includegraphics[width=0.9\columnwidth]{figures/screenshots-filter-trigger/Screenshot-tags-in-revision-history.png}
+  \caption{Tagged edits are marked as such in a page's revision history}~\label{fig:tags-in-history}
+\end{figure}
+
+\begin{figure}
+\centering
+  \includegraphics[width=0.9\columnwidth]{figures/screenshots-filter-trigger/Screenshot-abuse-log.png}
+  \caption{Abuse Log showing all filter triggers by User Schnuppi4223}~\label{fig:screenshot-abuse-log}
+\end{figure}
 
 If the filter is set to disallow, a specific template is shown to the editor: "An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing."
 "report this error" links to the FalsePositives page: \url{https://en.wikipedia.org/wiki/Wikipedia:Edit_filter/False_positives}
@@ -436,6 +448,12 @@ The edit is not saved.
 
 So far, I haven't managed to trigger a filter with a different action.
 
+\begin{figure}
+\centering
+  \includegraphics[width=0.9\columnwidth]{figures/screenshots-filter-trigger/Screenshot-trigger-warning-filter.png}
+  \caption{Editor gets notified their edit triggered multiple edit filters}~\label{fig:screenshot-warn-disallow}
+\end{figure}
+
 \subsection{TOR}
 (Interesting side note: editing via TOR is disallowed: "Your IP has been recognised as a TOR exit node. We disallow this to prevent abuse" or similar, check again for wording. Compare: "Users of the Tor anonymity network will show the IP address of a Tor "exit node". Lists of known Tor exit nodes are available from the Tor Project's Tor Bulk Exit List exporting tool." \url{https://en.wikipedia.org/wiki/Wikipedia:Vandalism})