Skip to content

Commit a3ad54e

Browse files
committed
feat: update repo path
1 parent 619f059 commit a3ad54e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454

5555
- name: Run semantic-release
56-
if: github.repository == 'casbin/xorm-adapter' && github.event_name == 'push'
56+
if: github.repository == 'apache/casbin-xorm-adapter' && github.event_name == 'push'
5757
run: |
5858
npm install --save-dev semantic-release@17.2.4
5959
npx semantic-release

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Xorm Adapter
22

3-
[![Go](https://github.com/casbin/xorm-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/casbin/xorm-adapter/actions/workflows/ci.yml)
4-
[![Coverage Status](https://coveralls.io/repos/github/casbin/xorm-adapter/badge.svg?branch=master)](https://coveralls.io/github/casbin/xorm-adapter?branch=master)
5-
[![Go Report Card](https://goreportcard.com/badge/github.com/casbin/xorm-adapter)](https://goreportcard.com/report/github.com/casbin/xorm-adapter)
6-
[![Godoc](https://godoc.org/github.com/casbin/xorm-adapter?status.svg)](https://godoc.org/github.com/casbin/xorm-adapter)
3+
[![Go](https://github.com/apache/casbin-xorm-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/apache/casbin-xorm-adapter/actions/workflows/ci.yml)
4+
[![Coverage Status](https://coveralls.io/repos/github/apache/casbin-xorm-adapter/badge.svg?branch=master)](https://coveralls.io/github/apache/casbin-xorm-adapter?branch=master)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/apache/casbin-xorm-adapter)](https://goreportcard.com/report/github.com/apache/casbin-xorm-adapter)
6+
[![Godoc](https://godoc.org/github.com/apache/casbin-xorm-adapter?status.svg)](https://godoc.org/github.com/apache/casbin-xorm-adapter)
77

88
Xorm Adapter is the [Xorm](https://gitea.com/xorm/xorm) adapter for [Casbin](https://github.com/casbin/casbin). With this library, Casbin can load policy from Xorm supported database or save policy to it.
99

@@ -19,7 +19,7 @@ Based on [Xorm Drivers Support](https://gitea.com/xorm/xorm#drivers-support), Th
1919

2020
## Installation
2121

22-
go get github.com/casbin/xorm-adapter/v3
22+
go get github.com/apache/casbin-xorm-adapter/v3
2323

2424
## Simple MySQL Example
2525

@@ -30,7 +30,7 @@ import (
3030
"github.com/casbin/casbin/v2"
3131
_ "github.com/go-sql-driver/mysql"
3232

33-
"github.com/casbin/xorm-adapter/v3"
33+
"github.com/apache/casbin-xorm-adapter/v3"
3434
)
3535

3636
func main() {
@@ -70,7 +70,7 @@ import (
7070
"github.com/casbin/casbin/v2"
7171
_ "github.com/lib/pq"
7272

73-
"github.com/casbin/xorm-adapter/v3"
73+
"github.com/apache/casbin-xorm-adapter/v3"
7474
)
7575

7676
func main() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/casbin/xorm-adapter/v3
1+
module github.com/apache/casbin-xorm-adapter/v3
22

33
go 1.12
44

0 commit comments

Comments
 (0)