Tidying up markdown links

This commit is contained in:
Brett Morgan 2018-07-03 16:50:51 +10:00 committed by GitHub
parent 8034e97620
commit 8c8fa00632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
## 1.0 About
This project contains an experimental 6502 ROM monitor being developed
for the [Symon 6502 Simulator] (http://github.com/sethm/symon) and
for the [Symon 6502 Simulator](http://github.com/sethm/symon) and
associated hardware.
## 2.0 Assembly
Assembled with [CA65] (http://www.cc65.org/doc/ca65.html). Just
Assembled with [CA65](http://www.cc65.org/doc/ca65.html). Just
type `make`!
## 3.0 To Do