summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 36e63e6..f6a0768 100644
--- a/README.md
+++ b/README.md
@@ -42,16 +42,16 @@ rather than using the bundled package with the non-standard source
layout.
The source code for this project can be found on
-`https://gitlab.com/xlgmokha/comp268`.
+`https://gitlab.com/xlgmokha/comp-268`.
To run a docker version of this assigment:
```bash
-$ docker run -it registry.gitlab.com/xlgmokha/comp268:latest
+$ docker run -it registry.gitlab.com/xlgmokha/comp-268:latest
```
To get shell access to the container and all code:
```bash
-$ docker run -it registry.gitlab.com/xlgmokha/comp268:latest /bin/sh
+$ docker run -it registry.gitlab.com/xlgmokha/comp-268:latest /bin/sh
```
diff --git a/package.json b/package.json
index 90bbcb8..b615f22 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "comp-268",
"version": "1.0.0",
"main": "index.js",
- "repository": "git@gitlab.com:xlgmokha/comp268.git",
+ "repository": "git@gitlab.com:xlgmokha/comp-268.git",
"author": "mo khan <mo@mokhan.ca>",
"license": "MIT",
"private": true,