Fix #32: load other websites outside frames

Stops these links from making a browser error display in the frame.
This commit is contained in:
Brandon Rhodes 2021-10-27 12:04:36 -04:00
parent aca43a3baf
commit 02389fa485
1 changed files with 4 additions and 2 deletions

View File

@ -15,9 +15,11 @@ The XEphem source code for all of the latest releases is available from
GitHub.
<ul>
<li><a href="https://github.com/XEphem/XEphem/releases">Official Releases</a>
<li><a href="https://github.com/XEphem/XEphem/releases"
target="_top">Official Releases</a>
as both <code>zip</code> and <code>tar.gz</code> files.
<li><a href="https://github.com/XEphem/XEphem">Full repository</a>
<li><a href="https://github.com/XEphem/XEphem"
target="_top">Full repository</a>
that you can fetch with <code>git</code>.
<li><a href="changes.html">Changelog</a> of versions back to December 2000.
</ul>