Skip to content

Commit 0bffd42

Browse files
committed
fix readme images
1 parent bb6cab0 commit 0bffd42

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
<div align="center">
2-
<img src="docs/img/motto.png" alt="drawing" width="450"/>
2+
<img src="https://data-as-code.github.io/dac/img/motto.png" width="450"/>
33
</div>
44

55
# `dac`: Data as Code
66

77
Data-as-Code (DaC) `dac` is a tool that supports the distribution of data as (python) code.
88

99
<div align="center">
10-
<img src="docs/img/logo.jpg" alt="drawing" width="250"/>
10+
<img src="https://data-as-code.github.io/dac/img/logo.jpg" width="250"/>
1111
</div>
1212

13+
**IMPORTANT**: Currently the project is in the initial development phase, this is why releases are marked as `0.z.y`.
14+
(following [semantic versioning 2.0.0](https://semver.org/): "Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.")
15+
1316

1417
## 📔 [User documentation](https://data-as-code.github.io/dac/)
1518

0 commit comments

Comments
 (0)