Fixing links

This commit is contained in:
Carl-Henrik Skårstedt 2016-10-18 18:30:04 -07:00 committed by GitHub
parent 8399ed44e4
commit a877af22d7
1 changed files with 3 additions and 3 deletions

View File

@ -33,11 +33,11 @@
<p>6502 Macro Assembler in a single c++ file using the struse single file text parsing library. Supports most syntaxes. x65 was recently named Asm6502 but was renamed because Asm6502 is too generic, x65 has no particular meaning.</p>
<p><img src="bin/x65.png" alt="x65"></p>
<p><img src="https://github.com/Sakrac/x65/raw/master/bin/x65.png" alt="x65"></p>
<p>In order to minimize the documentation and make this page shorter I've moved the <a href="../../wiki/Previous-first-page">old documentation</a> here.</p>
<p>In order to minimize the documentation and make this page shorter I've moved the <a href="https://github.com/Sakrac/x65/wiki/Previous-first-page">old documentation</a> here.</p>
<p>The <a href="x65.txt">up to date documentation is here</a>.</p>
<p>The <a href="https://github.com/Sakrac/x65/blob/master/x65.txt">up to date documentation is here</a>.</p>
<p>x65 can assemble 6502, 65C02 and 65816 source and build executables for c64, Apple II or just raw binary.</p>