Skip to content

Commit e3b2214

Browse files
authored
Merge pull request buserror#398 from akosthekiss/readme-links
Update links in README
2 parents 7de781a + dddcd4a commit e3b2214

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ graphically as “waveforms” with tools like _gtkwave_ (see below).
7171
Documentation And Further Information
7272
-------------------------------------
7373

74-
* Manual / Developer Guide: https://github.com/buserror-uk/simavr/blob/master/doc/manual/manual.pdf?raw=true
75-
* Examples: https://github.com/buserror-uk/simavr/tree/master/examples
76-
* Mailing List: http://groups.google.com/group/simavr
74+
* [Manual / Developer Guide](doc/manual/manual.pdf?raw=true)
75+
* [Examples](examples)
76+
* [Mailing List](https://groups.google.com/g/simavr)
7777
* IRC: _#simavr_ on Freenode
7878

7979
Contributing
@@ -117,7 +117,7 @@ a file that will display:
117117
simavr: sleeping with interrupts off, quitting gracefully
118118

119119
And when the file is loaded in gtkwave, you see:
120-
![gtkwave](https://github.com/buserror-uk/simavr/raw/master/doc/img/gtkwave1.png)
120+
![gtkwave](doc/img/gtkwave1.png)
121121

122122
You get a very precise timing breakdown of any change that you add to the trace, down
123123
to the AVR cycle.
@@ -140,13 +140,13 @@ need to generate the proper stimulus so that the AVR is fooled.
140140
HD44780 LCD Board Demo
141141
----------------------
142142

143-
![lcd](https://github.com/buserror-uk/simavr/raw/master/doc/img/hd44780.png)
143+
![lcd](doc/img/hd44780.png)
144144

145145
This example board hooks up an Atmega48 to an emulated HD44780 LCD and display a running
146146
counter in the 'lcd'. Everything is emulated, the firmware runs exactly like this
147147
on a real hardware.
148148

149-
![lcd-gtkwave](https://github.com/buserror-uk/simavr/raw/master/doc/img/hd44780-wave.png)
149+
![lcd-gtkwave](doc/img/hd44780-wave.png)
150150

151151
And this is a gtkwave trace of what the firmware is doing. You can zoom in, measure, etc
152152
in gtkwave, select traces to see etc.

0 commit comments

Comments
 (0)