Skip to content

Commit 8f91b66

Browse files
committed
Update links
1 parent 7524537 commit 8f91b66

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/database"><img src="https://gitlab.com/aplus-framework/libraries/database/-/raw/master/guide/image.png" alt="Aplus Framework Database Library" align="right" width="100"></a>
1+
<a href="https://github.com/aplus-framework/database"><img src="https://raw.githubusercontent.com/aplus-framework/database/master/guide/image.png" alt="Aplus Framework Database Library" align="right" width="100"></a>
22

33
# Aplus Framework Database Library
44

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

99
[![tests](https://github.com/aplus-framework/database/actions/workflows/tests.yml/badge.svg)](https://github.com/aplus-framework/database/actions/workflows/tests.yml)
10-
[![pipeline](https://gitlab.com/aplus-framework/libraries/database/badges/master/pipeline.svg)](https://gitlab.com/aplus-framework/libraries/database/-/pipelines?scope=branches)
11-
[![coverage](https://gitlab.com/aplus-framework/libraries/database/badges/master/coverage.svg?job=test:php)](https://aplus-framework.gitlab.io/libraries/database/coverage/)
10+
[![coverage](https://coveralls.io/repos/github/aplus-framework/database/badge.svg?branch=master)](https://coveralls.io/github/aplus-framework/database?branch=master)
1211
[![packagist](https://img.shields.io/packagist/v/aplus/database)](https://packagist.org/packages/aplus/database)
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/database",
2222
"support": {
2323
"email": "[email protected]",
24-
"issues": "https://gitlab.com/aplus-framework/libraries/database/issues",
24+
"issues": "https://github.com/aplus-framework/database/issues",
2525
"forum": "https://aplus-framework.com/forum",
26-
"source": "https://gitlab.com/aplus-framework/libraries/database",
26+
"source": "https://github.com/aplus-framework/database",
2727
"docs": "https://docs.aplus-framework.com/guides/libraries/database/"
2828
},
2929
"funding": [

0 commit comments

Comments
 (0)