Skip to content

Commit 313d9c7

Browse files
authored
Merge pull request #20 from pacta-dev/chore/new-org
docs: update README asset links and CI action usage
2 parents 2e25d4a + 8306737 commit 313d9c7

3 files changed

Lines changed: 6 additions & 6 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: 2 additions & 2 deletions
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: akhundMurad/pacta@main
109+
- uses: pacta-dev/pacta-cli@main
110110
with:
111111
model: architecture.yml
112112
rules: rules.pacta.yml
@@ -121,7 +121,7 @@ The action will:
121121

122122
**Example comment:**
123123

124-
![Github Action output example](https://raw.githubusercontent.com/akhundMurad/pacta/main/assets/github-action-example.png)
124+
![Github Action output example](https://raw.githubusercontent.com/pacta-dev/pacta-cli/main/assets/github-action-example.png)
125125

126126
**Action Inputs:**
127127

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ pip install pacta[viz]
328328

329329
This adds matplotlib support for PNG, SVG, and PDF export.
330330

331-
![Trends Example](https://raw.githubusercontent.com/akhundMurad/pacta/main/assets/trends-example.png)
331+
![Trends Example](https://raw.githubusercontent.com/pacta-dev/pacta-cli/main/assets/trends-example.png)
332332

333333
**Example output:**
334334

0 commit comments

Comments
 (0)