Skip to content

Commit 3ab3fce

Browse files
committed
Replace repository URLs
1 parent 4a2fa63 commit 3ab3fce

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ improving documentation, or just giving feedback, it’s all welcome.
55

66
## How to Contribute
77

8-
* Open an [issue](https://github.com/GWALN/cli/issues) and describe what’s going on.
8+
* Open an [issue](https://github.com/GWALN/gwaln/issues) and describe what’s going on.
99

1010
* Fork the repo -> create a new branch -> commit changes -> open a PR.
1111
Keep commits focused and descriptive.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . .
1111

1212
RUN npm install --include=dev && npm install -g .
1313

14-
LABEL org.opencontainers.image.source="https://github.com/GWALN/cli"
14+
LABEL org.opencontainers.image.source="https://github.com/GWALN/gwaln"
1515
LABEL org.opencontainers.image.description="An open-source CLI for comparing and annotating Grokipedia vs. Wikipedia articles."
1616
LABEL org.opencontainers.image.licenses="MIT"
1717

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"license": "MIT",
4242
"repository": {
4343
"type": "git",
44-
"url": "git+https://github.com/GWALN/cli.git"
44+
"url": "git+https://github.com/GWALN/gwaln.git"
4545
},
4646
"bugs": {
47-
"url": "https://github.com/GWALN/cli/issues"
47+
"url": "https://github.com/GWALN/gwaln/issues"
4848
},
49-
"homepage": "https://github.com/GWALN/cli",
49+
"homepage": "https://github.com/GWALN/gwaln",
5050
"dependencies": {
5151
"@faremeter/info": "^0.12.0",
5252
"@faremeter/middleware": "^0.12.0",

0 commit comments

Comments
 (0)