diff options
-rw-r--r-- | html/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/index.html b/html/index.html index a393563..f555af0 100644 --- a/html/index.html +++ b/html/index.html @@ -104,8 +104,8 @@ h4 { margin: 0; font-weight: bold; font-size: 1.18em; } <ul> <li><a href="overview.html">Overview</a></li> <br>HTTrack overview and features<br><br> - <li><a href="../license.txt">License</a></li> - <br>The HTTrack license agreement<br><br> + <li><a href="faq.html">FAQ & Troubleshooting</a></li> + <br>Frequently asked questions about HTTrack, and troubleshooting<br><br> <li>How to Use</li> <ul> <li><a href="shelldoc.html">WinHTTrack/WebHTTrack (GUI version for Windows or Linux/Unix)</a></li> @@ -121,8 +121,8 @@ h4 { margin: 0; font-weight: bold; font-size: 1.18em; } <li><a href="abuse.html">How not to Use</a></li> <br>What you mustn't do : bandwidth abuse, and other bad behaviours<br> <br> - <li><a href="faq.html">FAQ & Troubleshooting</a></li> - <br>Frequently asked questions about HTTrack, and troubleshooting<br><br> + <li><a href="../license.txt">License</a></li> + <br>The HTTrack license agreement<br><br> <li><a href="../history.txt">Release Changes</a></li> <br>New features and bug fixes are listed here<br><br> <li><a href="contact.html">About this program</a></li> |