Skip to content

Commit

Permalink
Enables image loading on PyPI by using absolute image URLS
Browse files Browse the repository at this point in the history
  • Loading branch information
colindean authored and mrwilson committed Aug 20, 2023
1 parent c214c62 commit 4036ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Show off your Architecture Decision Records with an easy-to-navigate web page, e

## Examples

<img src="images/example.png" height="500px"/>
<img src="https://github.com/mrwilson/adr-viewer/raw/master/images/example.png" height="500px"/>

* Example above using Nat Pryce's [adr-tools](https://github.com/npryce/adr-tools) project
* This project exposes its own Architecture Decision Records [here](https://mrwilson.github.io/adr-viewer/index.html)
Expand Down Expand Up @@ -55,4 +55,4 @@ The default for `--adr-path` is `doc/adr/` because this is the default path gene

## Supported Record Types

<img src="images/record_types.png"/>
<img src="https://github.com/mrwilson/adr-viewer/raw/master/images/record_types.png"/>

0 comments on commit 4036ff0

Please sign in to comment.