mirror of https://github.com/XEphem/XEphem.git
Fix #32: load other websites outside frames
Stops these links from making a browser error display in the frame.
This commit is contained in:
parent
aca43a3baf
commit
02389fa485
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue