Skip to content

Commit 8306737

Browse files
committed
docs: update README asset links and CI action usage
- Point README images and license badge to pacta-dev/pacta-cli repo - Fix GitHub Actions example to use pacta-dev/pacta-cli@main
1 parent 2dfe719 commit 8306737

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/akhundMurad/pacta/main/assets/logo-ascii.png" alt="Pacta" width="400">
2+
<img src="https://raw.githubusercontent.com/pacta-dev/pacta-cli/main/assets/logo-ascii.png" alt="Pacta" width="400">
33
</p>
44

55
<p align="center">
@@ -15,7 +15,7 @@
1515
<p align="center">
1616
<a href="https://pypi.org/project/pacta/"><img src="https://img.shields.io/pypi/v/pacta?color=green" alt="PyPI - Version"></a>
1717
<a href="https://pypi.org/project/pacta/"><img src="https://img.shields.io/pypi/pyversions/pacta?color=green" alt="PyPI - Python Version"></a>
18-
<img src="https://img.shields.io/github/license/akhundMurad/pacta" alt="GitHub License">
18+
<img src="https://img.shields.io/github/license/pacta-dev/pacta-cli" alt="GitHub License">
1919
</p>
2020

2121
---
@@ -29,7 +29,7 @@ pip install pacta
2929
```
3030

3131
<p align="center">
32-
<img src="https://raw.githubusercontent.com/akhundMurad/pacta/main/assets/demo.gif" alt="Pacta Demo" width="700">
32+
<img src="https://raw.githubusercontent.com/pacta-dev/pacta-cli/main/assets/demo.gif" alt="Pacta Demo" width="700">
3333
</p>
3434

3535
Supported languages:

docs/ci-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
pull-requests: write
107107
steps:
108108
- uses: actions/checkout@v4
109-
- uses: pacta-dev/pacta-cli/pacta@main
109+
- uses: pacta-dev/pacta-cli@main
110110
with:
111111
model: architecture.yml
112112
rules: rules.pacta.yml

0 commit comments

Comments
 (0)