fixed url-generator
[sdlgit/SDL-Site.git] / pages / SDL-Tutorial-Images.html-inc
index 76d0b1d..c639db8 100644 (file)
@@ -55,9 +55,9 @@ need to draw the alternate image beforehand somehow.</p>
 </div>
 <h2 id="Loading_Images">Loading Images</h2>
 <div id="Loading_Images_CONTENT">
-<p>As usual, start with an <cite>SDL::App</cite> object representing the image window.  Then
+<p>As usual, start with an <a href="SDL-App.html">SDL::App</a> object representing the image window.  Then
 preload the image file.  This is easy; just pass the <code>name</code> parameter to the
-<cite>SDL::Surface</cite> constructor:</p>
+<a href="SDL-Surface.html">SDL::Surface</a> constructor:</p>
 <p>&nbsp;</p>
 <pre>  use SDL::Surface;
 
@@ -100,7 +100,7 @@ though.  Assuming <code>$app</code> is the SDL::App object, as usual:</p>
 
 </pre>
 <p>&nbsp;</p>
-<p>Here we have two <cite>SDL::Rect</cite> objects which represent rectangular regions of a
+<p>Here we have two <a href="SDL-Rect.html">SDL::Rect</a> objects which represent rectangular regions of a
 Surface.  <code>$frame_rect</code> represents the entire area of <code>$frame</code>, while
 <code>$dest_rect</code> represents the area of the main window in which to blit the
 frame.  This may be clearer with more descriptive variable names:</p>
@@ -199,11 +199,11 @@ smoothly.  More on that next time.</p>
 <h1 id="SEE_ALSO">SEE ALSO</h1><p><a href="#TOP" class="toplink">Top</a></p>
 <div id="SEE_ALSO_CONTENT">
 <dl>
-       <dt><cite>SDL::Tutorial</cite></dt>
+       <dt><a href="SDL-Tutorial.html">SDL::Tutorial</a></dt>
        <dd>
                <p>basic SDL tutorial</p>
        </dd>
-       <dt><cite>SDL::Tutorial::Animation</cite></dt>
+       <dt><a href="SDL-Tutorial-Animation.html">SDL::Tutorial::Animation</a></dt>
        <dd>
                <p>non-image animation</p>
        </dd>