Skip to content

Commit 1378b66

Browse files
authored
docs: Update github username
1 parent b15dd50 commit 1378b66

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# RESTful API Go Fiber Boilerplate
22

33
![Go Version](https://img.shields.io/badge/Go-1.22+-00ADD8?style=flat&logo=go)
4-
[![Go Report Card](https://goreportcard.com/badge/github.com/indrayyana/go-fiber-boilerplate)](https://goreportcard.com/report/github.com/indrayyana/go-fiber-boilerplate)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/indravscode/go-fiber-boilerplate)](https://goreportcard.com/report/github.com/indravscode/go-fiber-boilerplate)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
66
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
7-
![Repository size](https://img.shields.io/github/repo-size/indrayyana/go-fiber-boilerplate?color=56BEB8)
8-
![Build](https://github.com/indrayyana/go-fiber-boilerplate/workflows/Build/badge.svg)
9-
![Test](https://github.com/indrayyana/go-fiber-boilerplate/workflows/Test/badge.svg)
10-
![Linter](https://github.com/indrayyana/go-fiber-boilerplate/workflows/Linter/badge.svg)
7+
![Repository size](https://img.shields.io/github/repo-size/indravscode/go-fiber-boilerplate?color=56BEB8)
8+
![Build](https://github.com/indravscode/go-fiber-boilerplate/workflows/Build/badge.svg)
9+
![Test](https://github.com/indravscode/go-fiber-boilerplate/workflows/Test/badge.svg)
10+
![Linter](https://github.com/indravscode/go-fiber-boilerplate/workflows/Linter/badge.svg)
1111

1212
A boilerplate/starter project for quickly building RESTful APIs using Go, Fiber, and PostgreSQL. Inspired by the Express boilerplate.
1313

@@ -28,7 +28,7 @@ If you would still prefer to do the installation manually, follow these steps:
2828
Clone the repo:
2929

3030
```bash
31-
git clone --depth 1 https://github.com/indrayyana/go-fiber-boilerplate.git
31+
git clone --depth 1 https://github.com/indravscode/go-fiber-boilerplate.git
3232
cd go-fiber-boilerplate
3333
rm -rf ./.git
3434
```
@@ -223,8 +223,8 @@ src\
223223

224224
To view the list of available APIs and their specifications, run the server and go to `http://localhost:3000/v1/docs` in your browser.
225225

226-
![Auth](https://indrayyana.github.io/assets/images/swagger1.png)
227-
![User](https://indrayyana.github.io/assets/images/swagger2.png)
226+
![Auth](https://indravscode.github.io/assets/images/swagger1.png)
227+
![User](https://indravscode.github.io/assets/images/swagger2.png)
228228

229229
This documentation page is automatically generated using the [Swag](https://github.com/swaggo/swag) definitions written as comments in the controller files.
230230

@@ -410,4 +410,4 @@ If you find this boilerplate useful, consider giving it a star! ⭐
410410

411411
## Contributors
412412

413-
[![Contributors](https://contrib.rocks/image?c=6&repo=indrayyana/go-fiber-boilerplate)](https://github.com/indrayyana/go-fiber-boilerplate/graphs/contributors)
413+
[![Contributors](https://contrib.rocks/image?c=6&repo=indravscode/go-fiber-boilerplate)](https://github.com/indravscode/go-fiber-boilerplate/graphs/contributors)

0 commit comments

Comments
 (0)