Skip to content

Commit

Permalink
fix forward links in doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Mar 16, 2009
1 parent 47166c6 commit 11e136f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -97,7 +97,7 @@ <h2 id="example">Examples</h2>
<pre>(toplevel-tk)</pre>

<p>This will automatically create a suitable Tk back-end. See <a
href="#backends">below</a> for details on what these back-ends
href="#back-ends">below</a> for details on what these back-ends
are.</p>

<p>You should now see an empty window. Next, we'll want to put
Expand All @@ -110,7 +110,7 @@ <h2 id="example">Examples</h2>

<pre>(tcl "pack" (tcl[ "ttk::label" ".label" :text "Hello world"))</pre>

<p>See <a href="#conversion">below</a> for information about the
<p>See the <a href="#tcl">reference</a> for information about the
way in which arguments to <a href="#tcl"><code>tcl</code></a> and
<a href="#tcl_"><code>tcl[</code></a> are treated.</p>

Expand Down

0 comments on commit 11e136f

Please sign in to comment.