Skip to content

Commit b0ad99b

Browse files
Luca AtellaLuca Atella
authored andcommitted
chore(readme): fix media reference
1 parent d7b7bc0 commit b0ad99b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Build Status](https://img.shields.io/github/actions/workflow/status/atellaluca/ImportSpy/python-package.yml?branch=main)](https://github.com/atellaluca/ImportSpy/actions/workflows/python-package.yml)
77
[![Docs](https://img.shields.io/readthedocs/importspy)](https://importspy.readthedocs.io/)
88

9-
![ImportSpy banner](./assets/importspy-banner.png)
9+
![ImportSpy banner](https://github.com/atellaluca/ImportSpy/docs/assets/importspy-banner.png)
1010

1111
**Runtime contract validation for Python imports.**
1212
_Enforce structure. Block invalid usage. Stay safe at runtime._
@@ -48,7 +48,7 @@ pip install importspy
4848

4949
## 📐 Architecture
5050

51-
![SpyModel UML](./assets/importspy-spy-model-architecture.png)
51+
![SpyModel UML](https://github.com/atellaluca/ImportSpy/docs/assets/importspy-spy-model-architecture.png)
5252

5353
ImportSpy is powered by a layered introspection model (`SpyModel`), which captures:
5454

@@ -93,7 +93,7 @@ caller = Spy().importspy(filepath="spymodel.yml")
9393
caller.Plugin().run()
9494
```
9595

96-
![Embedded mode](./assets/importspy-embedded-mode.png)
96+
![Embedded mode](https://github.com/atellaluca/ImportSpy/docs/assets/importspy-embedded-mode.png)
9797

9898
---
9999

@@ -103,7 +103,7 @@ caller.Plugin().run()
103103
importspy -s spymodel.yml -l DEBUG path/to/module.py
104104
```
105105

106-
![CLI mode](./assets/importspy-works.png)
106+
![CLI mode](https://github.com/atellaluca/ImportSpy/docs/assets/importspy-works.png)
107107

108108
---
109109

@@ -175,4 +175,4 @@ to how, when, and where modules are imported.
175175
## 📜 License
176176

177177
MIT © 2024 – Luca Atella
178-
![ImportSpy logo](./assets/importspy-logo.png)
178+
![ImportSpy logo](https://github.com/atellaluca/ImportSpy/docs/assets/importspy-logo.png)

0 commit comments

Comments
 (0)