Skip to content

Commit 57ba54c

Browse files
committed
Update links
1 parent 6885699 commit 57ba54c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

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

33
# Aplus Framework MVC Library
44

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

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

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"homepage": "https://aplus-framework.com/packages/mvc",
3030
"support": {
3131
"email": "[email protected]",
32-
"issues": "https://gitlab.com/aplus-framework/libraries/mvc/issues",
32+
"issues": "https://github.com/aplus-framework/mvc/issues",
3333
"forum": "https://aplus-framework.com/forum",
34-
"source": "https://gitlab.com/aplus-framework/libraries/mvc",
34+
"source": "https://github.com/aplus-framework/mvc",
3535
"docs": "https://docs.aplus-framework.com/guides/libraries/mvc/"
3636
},
3737
"funding": [

0 commit comments

Comments
 (0)