Skip to content

Commit

Permalink
doc: migrate link to personnal org
Browse files Browse the repository at this point in the history
  • Loading branch information
matthisholleville committed Mar 29, 2023
1 parent 9a3de2a commit c93203f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<br />
<p align="center">
<a href="https://gitlab.com/tpamp/cigpt">
<a href="https://github.com/matthisholleville/cigpt">
<img src="images/logo.png" alt="Logo" width="80" height="80">
</a>

Expand All @@ -18,7 +18,7 @@ This project is a fork of [k8sgpt](https://github.com/k8sgpt-ai/k8sgpt) and reli

### Pre-compiled executables

Get them [here](https://github.com/cigpt-ai/cigpt/releases)
Get them [here](https://github.com/matthisholleville/cigpt/releases)

### Verify installation

Expand Down
6 changes: 3 additions & 3 deletions cmd/analyze/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
"time"

"github.com/briandowns/spinner"
"github.com/cigpt-ai/cigpt/pkg/ai"
"github.com/cigpt-ai/cigpt/pkg/gitlab"
"github.com/cigpt-ai/cigpt/pkg/util"
"github.com/fatih/color"
"github.com/matthisholleville/cigpt/pkg/ai"
"github.com/matthisholleville/cigpt/pkg/gitlab"
"github.com/matthisholleville/cigpt/pkg/util"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)
Expand Down
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package cmd
import (
"os"

"github.com/cigpt-ai/cigpt/cmd/analyze"
"github.com/cigpt-ai/cigpt/cmd/auth"
"github.com/matthisholleville/cigpt/cmd/analyze"
"github.com/matthisholleville/cigpt/cmd/auth"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)
Expand Down
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go build -o /workspace/cigpt ./

FROM gcr.io/distroless/static AS production

LABEL org.opencontainers.image.source="https://github.com/cigpt-ai/cigpt" \
LABEL org.opencontainers.image.source="https://github.com/matthisholleville/cigpt" \
org.opencontainers.image.url="https://cigpt.io" \
org.opencontainers.image.title="cigpt" \
org.opencontainers.image.vendor="the cigpt-ai maintainers" \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cigpt-ai/cigpt
module github.com/matthisholleville/cigpt

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "github.com/cigpt-ai/cigpt/cmd"
import "github.com/matthisholleville/cigpt/cmd"

var version = "dev"

Expand Down

0 comments on commit c93203f

Please sign in to comment.