Skip to content

Commit 4255296

Browse files
committed
chore: change ref to githubexporter
Signed-off-by: hainenber <[email protected]>
1 parent 656e7dc commit 4255296

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ LABEL maintainer="Infinity Works"
33

44
ENV GO111MODULE=on
55

6-
COPY ./ /go/src/github.com/infinityworks/github-exporter
7-
WORKDIR /go/src/github.com/infinityworks/github-exporter
6+
COPY ./ /go/src/github.com/githubexporter/github-exporter
7+
WORKDIR /go/src/github.com/githubexporter/github-exporter
88

99
RUN go mod download \
1010
&& go test ./... \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- 9171
99
ports:
1010
- 9171:9171
11-
image: infinityworks/github-exporter:latest
11+
image: githubexporter/github-exporter:latest
1212
environment:
1313
- REPOS=<REPOS you want to monitor>
1414
- GITHUB_TOKEN=<your github api token>

http/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func NewServer(exporter exporter.Exporter) *Server {
2727
<head><title>Github Exporter</title></head>
2828
<body>
2929
<h1>GitHub Prometheus Metrics Exporter</h1>
30-
<p>For more information, visit <a href=https://github.com/infinityworks/github-exporter>GitHub</a></p>
30+
<p>For more information, visit <a href=https://github.com/githubexporter/github-exporter>GitHub</a></p>
3131
<p><a href='` + exporter.MetricsPath() + `'>Metrics</a></p>
3232
</body>
3333
</html>

0 commit comments

Comments
 (0)