Skip to content

Commit

Permalink
more messed up links
Browse files Browse the repository at this point in the history
  • Loading branch information
pieartsy committed Jan 3, 2025
1 parent e1759e3 commit d5b2203
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/manual/docs-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 id="introduction-and-overview">Introduction and Overview</h1>
<p>This manual is intended to explain the main features of the adv3Lite
library, an alternative library for use with the TADS 3 Interactive
Fiction system. If you need help with the TADS 3 <em>language</em>, or other
aspects of TADS 3 such as using the compiler, please refer to the <a href="../sysman.html">TADS
aspects of TADS 3 such as using the compiler, please refer to the <a href="../../adv3/doc/sysman/cover.html">TADS
3 System Manual</a>, or start by working through the
<a href="../tutorial/index.html">Tutorial</a>. The present manual assumes at least
basic familiarity with the TADS 3 language.</p>
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/manual/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 id="the-books-where-should-i-start">The Books (<a href="#wherestart">Where s

<hr />

<p><a href="sysman.html" target="_blank"><img src="syscover.jpg" class="book" /></a></p>
<p><a href="../../../adv3/doc/sysman/cover.html" target="_blank"><img src="syscover.jpg" class="book" /></a></p>

<p><a href="sysman.html" class="title" target="_blank">TADS 3 System
Manual</a><br />
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/manual/docs/t3QuickStart.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ <h3 id="2c-the-reference-manuals">2c. The Reference Manuals</h3>
for most people, they are not the best place to start.</p>

<p>That said, the
<a href="sysman.html" class="title" target="_blank">TADS 3 System
<a href="../../../adv3/doc/sysman/cover.html" class="title" target="_blank">TADS 3 System
Manual</a> does contain a lot of material that might be of interest to
confident beginners with a strong programming background (whether
professional, amateur or hobbyist) who want to see how things are done
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/manual/mingame.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ <h2 id="an-alternative-way-to-set-up-a-new-game">An Alternative Way to Set Up a

<h2 id="the-system-manual">The System Manual</h2>

<p>From time to time it may prove useful to consult the <a href="../sysman.html">TADS 3 System
<p>From time to time it may prove useful to consult the <a href="../../adv3/doc/sysman/cover.html">TADS 3 System
Manual</a> while working on an adv3Lite game. This contains
a wealth of information about the TADS 3 language and its intrinsic
classes, all of which are important to know about when programming in
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/manual/thing.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1 id="things">Things</h1>
</code></pre></div></div>

<p>If you don’t understand the distinctions being made above then you
really should read Part III of the <a href="../sysman.html">TADS 3 System Manual</a>
really should read Part III of the <a href="../../adv3/doc/sysman/cover.html">TADS 3 System Manual</a>
before going any further with this manual (or else start by working
through the <a href="../tutorial/index.html">Tutorial</a>); if you don’t observe
these distinctions in the explanations that follow, then you may
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/manual/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h1 id="adv3lite-library-manual-table-of-contents">Adv3Lite Library Manual Table

<p><a href="../libref/index.html" class="toc">Library Reference Manual</a></p>

<p><a href="../sysman.html" class="toc">TADS 3 System Manual</a></p>
<p><a href="../../adv3/doc/sysman/cover.html" class="toc">TADS 3 System Manual</a></p>


</main>
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/tutorial/methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ <h2 id="further-reading">Further Reading</h2>
to read these three sections. On the other hand, if you’re comfortable
with what we’ve just covered in this section and would like to carry on
reading the next straight away, that’s fine too, but I would still
recommend that you read those three sections of the <a href="../sysman.html">TADS 3 System
recommend that you read those three sections of the <a href="../../adv3/doc/sysman/cover.html">TADS 3 System
Manual</a> sooner or later.</p>

<hr />
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/tutorial/object.html
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ <h2 id="further-reading">Further Reading</h2>
entirely clear on it all, perhaps the first additional thing to read
would be the article “Object-Oriented Programming Overview” in the <em>TADS
3 Technical Manual</em>. For the full story on object definitions you could
read the section on “Object Definitions” in the <a href="../sysman.html">TADS 3 System
read the section on “Object Definitions” in the <a href="../../adv3/doc/sysman/cover.html">TADS 3 System
Manual</a>. You might not want to look at it right away,
however, as there’s rather more information there than you really need
right now, and if you’re new to this kind of programming there’s
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/tutorial/quotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h2 id="further-reading">Further Reading</h2>
data that can be manipulated, but beyond mentioning string concatenation
(with the + operator) in a previous part of this chapter, we haven’t
gone into any detail how. When you’re ready to find out, you’ll find
most of the answers in the section on “String” in Part IV of the <a href="../sysman.html">TADS 3
most of the answers in the section on “String” in Part IV of the <a href="../../adv3/doc/sysman/cover.html">TADS 3
System Manual</a>, but that’s something you can well afford
to leave for now.</p>

Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/tutorial/setting.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h2 id="set-up-for-mac-os-x-or-linuxunix">Set-up for Mac OS X or Linux/Unix</h2>
<h2 id="linking-to-the-system-manual">Linking to the System Manual</h2>

<p>There are one or two places where both this Tutorial and other parts of
the adv3Lite documentation attempt to link to the <a href="../sysman.html">TADS 3 System
the adv3Lite documentation attempt to link to the <a href="../../adv3/doc/sysman/cover.html">TADS 3 System
Manual</a>. By default this links to the online version of
the System Manual at www.tads.org. If you have a fast and reliable
internet connection you may be perfectly happy with this, but if you’d
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/tutorial/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h1 id="adv3lite-tutorial-table-of-contents">Adv3Lite Tutorial Table of Contents

<p><a href="../libref/index.html" class="toc">Library Reference Manual</a></p>

<p><a href="../sysman.html" class="toc">TADS 3 System Manual</a></p>
<p><a href="../../adv3/doc/sysman/cover.html" class="toc">TADS 3 System Manual</a></p>


</main>
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/tutorial/using.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h1 id="using-the-tools">Using the Tools</h1>

<ol>
<li>The <a href="..\manual\index.html">adv3Lite Library Manual</a></li>
<li>The <a href="..\sysman.html">TADS 3 System Manual</a></li>
<li>The <a href="../../adv3/doc/sysman/cover.html">TADS 3 System Manual</a></li>
<li>A few sections of the <em>TADS 3 Technical Manual</em> (though most of it
is directed towards the adv3 library)</li>
<li>The adv3Lite library source code and the comments it contains (in
Expand Down
2 changes: 1 addition & 1 deletion _site/docs/adv3lite/tutorial/whatmore.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h2 id="what-more-might-you-need-to-know">What More Might You Need to Know?</h2>
the TADS 3 game author, so you certainly don’t need to read all of it to
start out with.</p>

<p>The following sections of the <a href="../sysman.html">TADS 3 System Manual</a> are
<p>The following sections of the <a href="../../../adv3/doc/sysman/cover.html">TADS 3 System Manual</a> are
probably the ones you’ll need to become familiar with sooner rather than
later:</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/manual/docs-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This manual is intended to explain the main features of the adv3Lite
library, an alternative library for use with the TADS 3 Interactive
Fiction system. If you need help with the TADS 3 *language*, or other
aspects of TADS 3 such as using the compiler, please refer to the [TADS
3 System Manual](../sysman.html), or start by working through the
3 System Manual](../../adv3/doc/sysman/cover.html), or start by working through the
[Tutorial](../tutorial/index.html). The present manual assumes at least
basic familiarity with the TADS 3 language.

Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/manual/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ adv3Lite library.

------------------------------------------------------------------------

<a href="sysman.html" target="_blank"><img src="syscover.jpg"
<a href="../../../adv3/doc/sysman/cover.html" target="_blank"><img src="syscover.jpg"
class="book" /></a>

<a href="sysman.html" class="title" target="_blank">TADS 3 System
Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/manual/docs/t3QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ or more of the tutorial manuals and are writing your own game(s), but
for most people, they are not the best place to start.

That said, the
<a href="sysman.html" class="title" target="_blank">TADS 3 System
<a href="../../../adv3/doc/sysman/cover.html" class="title" target="_blank">TADS 3 System
Manual</a> does contain a lot of material that might be of interest to
confident beginners with a strong programming background (whether
professional, amateur or hobbyist) who want to see how things are done
Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/manual/mingame.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ above), here is another way:
## The System Manual

From time to time it may prove useful to consult the [TADS 3 System
Manual](../sysman.html) while working on an adv3Lite game. This contains
Manual](../../adv3/doc/sysman/cover.html) while working on an adv3Lite game. This contains
a wealth of information about the TADS 3 language and its intrinsic
classes, all of which are important to know about when programming in
TADS 3. The contents page of this manual and the Adv3Lite Tutorial thus
Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/manual/thing.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ following three property definitions are anything but equivalent:
```

If you don't understand the distinctions being made above then you
really should read Part III of the [TADS 3 System Manual](../sysman.html)
really should read Part III of the [TADS 3 System Manual](../../adv3/doc/sysman/cover.html)
before going any further with this manual (or else start by working
through the [Tutorial](../tutorial/index.html)); if you don't observe
these distinctions in the explanations that follow, then you may
Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/manual/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Samples</a>



<a href="../sysman.html" class="toc">TADS 3 System Manual</a>
<a href="../../adv3/doc/sysman/cover.html" class="toc">TADS 3 System Manual</a>



Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/tutorial/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ to read these three sections. On the other hand, if you're comfortable
with what we've just covered in this section and would like to carry on
reading the next straight away, that's fine too, but I would still
recommend that you read those three sections of the [TADS 3 System
Manual](../sysman.html) sooner or later.
Manual](../../adv3/doc/sysman/cover.html) sooner or later.



Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/tutorial/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ entirely clear on it all, perhaps the first additional thing to read
would be the article "Object-Oriented Programming Overview" in the *TADS
3 Technical Manual*. For the full story on object definitions you could
read the section on "Object Definitions" in the [TADS 3 System
Manual](../sysman.html). You might not want to look at it right away,
Manual](../../adv3/doc/sysman/cover.html). You might not want to look at it right away,
however, as there's rather more information there than you really need
right now, and if you're new to this kind of programming there's
probably quite enough for you to take in already. But if you do want a
Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/tutorial/quotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ data that can be manipulated, but beyond mentioning string concatenation
(with the + operator) in a previous part of this chapter, we haven't
gone into any detail how. When you're ready to find out, you'll find
most of the answers in the section on "String" in Part IV of the [TADS 3
System Manual](../sysman.html), but that's something you can well afford
System Manual](../../adv3/doc/sysman/cover.html), but that's something you can well afford
to leave for now.


Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/tutorial/setting.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ whatever you're calling it) carry out the following steps:

There are one or two places where both this Tutorial and other parts of
the adv3Lite documentation attempt to link to the [TADS 3 System
Manual](../sysman.html). By default this links to the online version of
Manual](../../adv3/doc/sysman/cover.html). By default this links to the online version of
the System Manual at www.tads.org. If you have a fast and reliable
internet connection you may be perfectly happy with this, but if you'd
rather link to the local copy of the System Manual on your own machine
Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/tutorial/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ Conversation</a>



<a href="../sysman.html" class="toc">TADS 3 System Manual</a>
<a href="../../adv3/doc/sysman/cover.html" class="toc">TADS 3 System Manual</a>



Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/tutorial/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ forms of documentation. In additition to this tutorial the important
ones are:

1. The [adv3Lite Library Manual](..\manual\index.html)
2. The [TADS 3 System Manual](..\sysman.html)
2. The [TADS 3 System Manual](../../adv3/doc/sysman/cover.html)
3. A few sections of the *TADS 3 Technical Manual* (though most of it
is directed towards the adv3 library)
4. The adv3Lite library source code and the comments it contains (in
Expand Down
2 changes: 1 addition & 1 deletion docs/adv3Lite/tutorial/whatmore.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ perhaps, depending on your point of view) not all the information in the
the TADS 3 game author, so you certainly don't need to read all of it to
start out with.

The following sections of the [TADS 3 System Manual](../sysman.html) are
The following sections of the [TADS 3 System Manual](../../../adv3/doc/sysman/cover.html) are
probably the ones you'll need to become familiar with sooner rather than
later:

Expand Down

0 comments on commit d5b2203

Please sign in to comment.