Skip to content

Commit 862e4ad

Browse files
rpxsbpmct
andauthored
change links so they don't throw a 404 (#14)
* change links so they don't throw a 404 Although there is probably a better way to do this, the current links throw 404 Not Found errors. I added a full URL to make it work. * switch to relative links Co-authored-by: Ben Potter <[email protected]>
1 parent eb8121f commit 862e4ad

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

deploy-container/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
An container image built for deploying code-server.
44

5-
## Guides:
5+
## Guides
66

7-
- [Deploy on Railway](guides/railway.md)
8-
- [Deploy on Heroku](guides/heroku.md)
7+
- [Deploy on Railway](../guides/railway.md)
8+
- [Deploy on Heroku](../guides/heroku.md)
99

1010
Docker Hub: `bencdr/code-server-deploy-container`
1111

12-
## Modifying your code-server environment:
12+
## Modifying your code-server environment
1313

1414
We've included some examples on how to add additoonal dependencies in the root-level [Dockerfile](../Dockerfile):
1515

@@ -27,7 +27,7 @@ COPY deploy-container/myTool /home/coder/myTool
2727

2828
---
2929

30-
## Environment variables:
30+
## Environment variables
3131

3232
| Variable Name | Description | Default Value |
3333
| ----------------- | ------------------------------------------------------------------------------------------------ | ------------------- |
@@ -70,7 +70,8 @@ Now, you can add the following the environment variables in the code-server clou
7070
| RCLONE_VSCODE_TASKS | import push and pull shortcuts into VS Code ![rclone screenshot from VS Code](../img/rclone-vscode-tasks.png) | true |
7171
| RCLONE_AUTO_PUSH | automatically push files on startup if the rclone remote is empty (environment -> rclone remote) | true | |
7272
| RCLONE_AUTO_PULL | automatically pull files on startup if the rclone remote is not empty (rclone -> environment remote) | true | |
73-
| RCLONE_FLAGS | additional flags to attach to the push and pull script.<br />type ` $ rclone help flags` for a list. | | |
73+
| RCLONE_FLAGS | additional flags to attach to the push and pull script.<br />type `$ rclone help flags` for a list. | | |
74+
7475
```sh
7576

7677
# --- How to use ---
@@ -85,7 +86,7 @@ $ sh /home/coder/pull_remote.sh # get latest files from the remote
8586

8687
---
8788

88-
## Todo:
89+
## Todo
8990

9091
- [ ] Make `push_remote` and `pull_remote` commands in path
9192
- [ ] Impliment file watcher or auto file sync in VS Code

0 commit comments

Comments
 (0)