Skip to content

Commit

Permalink
refactor: migrate to new repository owner [part 3]
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Sep 14, 2024
1 parent 82d1d60 commit 22fd153
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/report_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to the **[pre-release version](https://github.com/rhenwinch/Flixclusive/releases/tag/pre-release)**.
- label: I have updated the app to the **[pre-release version](https://github.com/flixclusiveorg/Flixclusive/releases/tag/pre-release)**.
required: true
2 changes: 1 addition & 1 deletion .github/workflows/Dokka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add .
git commit -m "docs(dokka): update API references [rhenwinch/Flixclusive@${GITHUB_SHA}]" || exit 0
git commit -m "docs(dokka): update API references [flixclusiveorg/Flixclusive@${GITHUB_SHA}]" || exit 0
git push
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<table>
<tr>
<td>CI Build</td>
<td><a href="https://github.com/rhenwinch/Flixclusive/actions/workflows/Build.yml"><img src="https://img.shields.io/github/actions/workflow/status/rhenwinch/Flixclusive/Build.yml?label=CI+Build&style=for-the-badge" alt="CI"></a></td>
<td><a href="https://github.com/flixclusiveorg/Flixclusive/actions/workflows/Build.yml"><img src="https://img.shields.io/github/actions/workflow/status/flixclusiveorg/Flixclusive/Build.yml?label=CI+Build&style=for-the-badge" alt="CI"></a></td>
</tr>
<tr>
<td>Quality Gate</td>
<td><a href="https://sonarcloud.io/summary/overall?id=rhenwinch_Flixclusive"><img src="https://img.shields.io/sonar/quality_gate/rhenwinch_Flixclusive?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge" alt="Sonar quality gate"></a></td>
<td><a href="https://sonarcloud.io/summary/overall?id=flixclusiveorg_Flixclusive"><img src="https://img.shields.io/sonar/quality_gate/flixclusiveorg_Flixclusive?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge" alt="Sonar quality gate"></a></td>
</tr>
<tr>
<td>Pre-release</td>
<td><a href="https://github.com/rhenwinch/Flixclusive/releases/pre-release"><img src="https://img.shields.io/github/downloads/rhenwinch/Flixclusive/pre-release/total?style=for-the-badge" alt="pre-release build"></a></td>
<td><a href="https://github.com/flixclusiveorg/Flixclusive/releases/pre-release"><img src="https://img.shields.io/github/downloads/flixclusiveorg/Flixclusive/pre-release/total?style=for-the-badge" alt="pre-release build"></a></td>
</tr>
<tr>
<td>Stable</td>
<td><a href="https://github.com/rhenwinch/Flixclusive/releases/latest"><img src="https://img.shields.io/github/downloads/rhenwinch/Flixclusive/latest/total?style=for-the-badge" alt="stable release"></a></td>
<td><a href="https://github.com/flixclusiveorg/Flixclusive/releases/latest"><img src="https://img.shields.io/github/downloads/flixclusiveorg/Flixclusive/latest/total?style=for-the-badge" alt="stable release"></a></td>
</tr>
<tr>
<td>Discord</td>
Expand All @@ -32,6 +32,6 @@ The app **DOES NOT** host and contain movies and tv shows streaming links!
- Join the discord; its in there! 🥦

## Contributors
<a href="https://github.com/rhenwinch/Flixclusive/graphs/contributors">
<img width="80" src="https://contrib.rocks/image?repo=rhenwinch/Flixclusive" alt="Contributors"/>
<a href="https://github.com/flixclusiveorg/Flixclusive/graphs/contributors">
<img width="80" src="https://contrib.rocks/image?repo=flixclusiveorg/Flixclusive" alt="Contributors"/>
</a>

0 comments on commit 22fd153

Please sign in to comment.