Skip to content

Commit b266f64

Browse files
author
Julio Guerra
committed
Fix SVG image links
Using rawgit to get SVG images... It requires extra attention to maintain the links.
1 parent e6e1b38 commit b266f64

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Alpha
22

3-
<img alt="Alpha Logo" src="doc/img/logo-alpha.svg" width="200" />
3+
<img alt="Alpha Logo" src="https://cdn.rawgit.com/farjump/raspberry-pi/feature-readme-get-started/doc/img/logo-alpha.svg" width="200" />
44

55
[Alpha] is a system-level [GDB] server (aka "gdbstub" and "gdb stubs")
66
allowing you to dynamically debug anything running in your hardware
@@ -150,7 +150,7 @@ files, etc.
150150
- isatty
151151
- system
152152

153-
![GDB File I/O](doc/img/gdb-fileio.svg)
153+
![GDB File I/O](https://cdn.rawgit.com/farjump/raspberry-pi/feature-readme-get-started/doc/img/gdb-fileio.svg)
154154

155155

156156
### List of implemented syscalls
@@ -174,7 +174,7 @@ next non-free memory region.
174174
[Alpha] maps an address space including the RAM and the memory-mapped
175175
I/Os:
176176

177-
<img alt="RPi Address Space" src="doc/img/rpi-mmap.svg" width="900" />
177+
<img alt="RPi Address Space" src="https://cdn.rawgit.com/farjump/raspberry-pi/feature-readme-get-started/doc/img/rpi-mmap.svg" width="900" />
178178

179179

180180
## An extended GDB server
@@ -259,7 +259,7 @@ gdb/catch exception [yes|no]
259259

260260
# Installation
261261

262-
![GDB remote link with the Raspberry Pi](doc/img/rpi-embedded-dev.svg)
262+
![GDB remote link with the Raspberry Pi](https://cdn.rawgit.com/farjump/raspberry-pi/feature-readme-get-started/doc/img/rpi-embedded-dev.svg)
263263

264264

265265
## Alpha
@@ -310,11 +310,12 @@ Here are some random converter references:
310310
- [FTDI's TTL cable `TTL-232R-3V3`](https://shop.clickandbuild.com/cnb/shop/ftdichip?productID=53&op=catalogue-product_info-null&prodCategoryID=296).
311311
- Or do it yourself using a USB-UART TTL 3.3V converter, 3 jumper cables and 1 USB cable.
312312

313-
![Using a TTL Cable](https://cdn-learn.adafruit.com/assets/assets/000/035/695/medium640/learn_raspberry_pi_piconsole_bb.png?1473736644)
314-
![Using a converter](doc/img/rpi-1aplus-wiring.jpeg)
313+
<img alt="Using a TTL Cable" src="https://cdn-learn.adafruit.com/assets/assets/000/035/695/medium640/learn_raspberry_pi_piconsole_bb.png?1473736644" width="640" />
315314

315+
<img alt="Using a converter" src="doc/img/rpi-1aplus-wiring.jpeg" width="640" />
316316

317-
# Program examples
317+
318+
# Examples
318319

319320
Three bare metal programs are provided as examples: a hello world
320321
including bare metal calls to `printf()` and `scanf()`, and a
@@ -461,7 +462,7 @@ You can also [contact us](https://farjump.io/contact-us).
461462

462463
See [LICENSE](LICENSE) for the full license text.
463464

464-
![Farjump Logo](doc/img/logo-farjump.svg)
465+
[![Farjump Logo](https://cdn.rawgit.com/farjump/raspberry-pi/feature-readme-get-started/doc/img/logo-farjump.svg)](https://farjump.io)
465466

466467

467468
[Alpha]: https://farjump.io/alpha

0 commit comments

Comments
 (0)