From f3987a6dba8c011c034a3cb3a761b221d7afc335 Mon Sep 17 00:00:00 2001
From: Good Guy <good1.2guy@gmail.com>
Date: Tue, 29 Nov 2022 10:32:08 -0700
Subject: [PATCH] fix small url problem

---
 parts/Quickstart.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parts/Quickstart.tex b/parts/Quickstart.tex
index ffbc003..b5a951d 100644
--- a/parts/Quickstart.tex
+++ b/parts/Quickstart.tex
@@ -380,8 +380,8 @@ We thus obtain a list of all frames in the analyzed media and their type. For ex
 \end{lstlisting}
 
 There are also 2 useful scripts that not only show the keyframe type but also show the GOP length of the media. They are zipped tars with readme's at: \newline
-\small\url{https://cinelerra-gg.org/download/testing/getgop_byDanDennedy.tar.gz} \newline 
-\small\url{https://cinelerra-gg.org/download/testing/iframe-probe_byUseSparingly.tar.gz}
+{\small\url{https://cinelerra-gg.org/download/testing/getgop_byDanDennedy.tar.gz}} \newline 
+{\small\url{https://cinelerra-gg.org/download/testing/iframe-probe_byUseSparingly.tar.gz}}
 
 We can now look at the timeline of \CGG{} to see the frames that give problems in playback. Using a codec of type Long GOP, it is probably the rare I-frames that give the freezes.
 To find a solution you can use MKVToolNix (\url{https://mkvtoolnix.download/}) to correct and insert new keyframes into the mkv file (matroska talks about \textit{cues data}). It can be done even without new encoding. Or you can use the \texttt{Transcode} tool within \CGG{} because during transcoding new keyframes are created that should correct errors.
-- 
2.26.2