Skip to content

Commit 7598523

Browse files
committed
Updating URLs and container names
1 parent 4fb4871 commit 7598523

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

apps/play/src/components/AboutPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function AboutPage() {
1313
<p>
1414
<Trans
1515
i18nKey="about.intro1"
16-
components={{srcLink: <a href="https://github.com/zxplay/zxplay" target="_blank" rel="noreferrer"/>}}
16+
components={{srcLink: <a href="https://github.com/stever/zxcode" target="_blank" rel="noreferrer"/>}}
1717
/>
1818
</p>
1919
<p>

apps/web/src/components/AboutPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function AboutPage() {
1414
<p>
1515
<Trans
1616
i18nKey="about.intro1"
17-
components={{srcLink: <a href="https://github.com/zxplay/zxcoder" target="_blank" rel="noreferrer"/>}}
17+
components={{srcLink: <a href="https://github.com/stever/zxcode" target="_blank" rel="noreferrer"/>}}
1818
/>
1919
</p>
2020
<p>

apps/zxbasic/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
### Initial project setup
88

99
```bash
10-
git clone https://github.com/stever/zxcoder-api-zxbasic.git
11-
cd zxcoder-api-zxbasic/
10+
git clone https://github.com/stever/zxcode-api-zxbasic.git
11+
cd zxcode-api-zxbasic/
1212
virtualenv venv
1313
source ./venv/bin/activate
1414
pip install -r requirements.txt
@@ -23,8 +23,8 @@ uvicorn app.main:app --reload
2323
## Docker Build & Push
2424

2525
```bash
26-
docker build -t ghcr.io/stever/zxcoder-api-zxbasic .
27-
docker push ghcr.io/stever/zxcoder-api-zxbasic
26+
docker build -t ghcr.io/stever/zxcode-api-zxbasic .
27+
docker push ghcr.io/stever/zxcode-api-zxbasic
2828
```
2929

3030
## Run Locally
@@ -34,8 +34,8 @@ docker run \
3434
--env=API_URL=https://code.zxplay.org/api/v1/graphql \
3535
--publish=80:8000 \
3636
--detach=true \
37-
--name=zxcoder-api-zxbasic \
38-
ghcr.io/stever/zxcoder-api-zxbasic
37+
--name=zxcode-api-zxbasic \
38+
ghcr.io/stever/zxcode-api-zxbasic
3939
```
4040

4141
## Hasura Deployment Configuration

0 commit comments

Comments
 (0)