Skip to content

Commit

Permalink
Merge pull request #16 from dreadnode/ads/fix-hyperlinks-pypi-images
Browse files Browse the repository at this point in the history
fix: relative docs hyperlinks for pypi
  • Loading branch information
evilsocket authored Jan 14, 2025
2 parents 8871d1a + fff05af commit 24d6857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dyana trace --loader pickle --pickle /path/to/file.pickle
dyana trace --loader pickle --pickle /path/to/file.pickle --allow-network
```

![pickle](./examples/malicious-pickle-on-macos.png)
<img alt="pickle" src="https://github.com/dreadnode/dyana/blob/main/examples/malicious-pickle-on-macos.png?raw=true"/>

### python

Expand All @@ -142,7 +142,7 @@ dyana trace --loader python --script /path/to/file.py
dyana trace --loader python --script /path/to/file.py --allow-network
```

![python](./examples/python-hello-on-macos.png)
<img alt="python" src="https://github.com/dreadnode/dyana/blob/main/examples/python-hello-on-macos.png?raw=true"/>

### js

Expand All @@ -157,7 +157,7 @@ dyana trace --loader js --script /path/to/file.js
dyana trace --loader js --script /path/to/file.js --allow-network
```

![js](./examples/js-hello-on-macos.png)
<img alt="js" src="https://github.com/dreadnode/dyana/blob/main/examples/js-hello-on-macos.png?raw=true"/>

## License

Expand Down

0 comments on commit 24d6857

Please sign in to comment.