Skip to content

Commit d83bf05

Browse files
committed
Update links
1 parent 908b42b commit d83bf05

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://gitlab.com/aplus-framework/libraries/cli"><img src="https://gitlab.com/aplus-framework/libraries/cli/-/raw/master/guide/image.png" alt="Aplus Framework CLI Library" align="right" width="100"></a>
1+
<a href="https://github.com/aplus-framework/cli"><img src="https://raw.githubusercontent.com/aplus-framework/cli/master/guide/image.png" alt="Aplus Framework CLI Library" align="right" width="100"></a>
22

33
# Aplus Framework CLI Library
44

@@ -7,7 +7,6 @@
77
- [API Documentation](https://docs.aplus-framework.com/packages/cli.html)
88

99
[![tests](https://github.com/aplus-framework/cli/actions/workflows/tests.yml/badge.svg)](https://github.com/aplus-framework/cli/actions/workflows/tests.yml)
10-
[![pipeline](https://gitlab.com/aplus-framework/libraries/cli/badges/master/pipeline.svg)](https://gitlab.com/aplus-framework/libraries/cli/-/pipelines?scope=branches)
11-
[![coverage](https://gitlab.com/aplus-framework/libraries/cli/badges/master/coverage.svg?job=test:php)](https://aplus-framework.gitlab.io/libraries/cli/coverage/)
10+
[![coverage](https://coveralls.io/repos/github/aplus-framework/cli/badge.svg?branch=master)](https://coveralls.io/github/aplus-framework/cli?branch=master)
1211
[![packagist](https://img.shields.io/packagist/v/aplus/cli)](https://packagist.org/packages/aplus/cli)
1312
[![open-source](https://img.shields.io/badge/open--source-sponsor-magenta)](https://aplus-framework.com/sponsor)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"homepage": "https://aplus-framework.com/packages/cli",
2222
"support": {
2323
"email": "support@aplus-framework.com",
24-
"issues": "https://gitlab.com/aplus-framework/libraries/cli/issues",
24+
"issues": "https://github.com/aplus-framework/cli/issues",
2525
"forum": "https://aplus-framework.com/forum",
26-
"source": "https://gitlab.com/aplus-framework/libraries/cli",
26+
"source": "https://github.com/aplus-framework/cli",
2727
"docs": "https://docs.aplus-framework.com/guides/libraries/cli/"
2828
},
2929
"funding": [

0 commit comments

Comments
 (0)