aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer
diff options
context:
space:
mode:
authorFinlay Davidson <finlay.davidson@coderclass.nl>2023-03-01 23:42:29 +0100
committerRiku Isokoski <riksu9000@gmail.com>2023-03-02 09:45:47 +0200
commit3b084d74c3b3864a4ce666dce0285aaf43a48a29 (patch)
treef10572424b672988235a73b293b8aa588712b183 /.devcontainer
parent692a9bee5d560b7df6e2a72036291460fefa3498 (diff)
branches: Update files to refer to main instead of develop
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/README.md b/.devcontainer/README.md
index b243a64a..fc755ba1 100644
--- a/.devcontainer/README.md
+++ b/.devcontainer/README.md
@@ -24,7 +24,7 @@ In order to build InfiniTime we need to run the initial submodule init and CMake
#### Manually
-You can use the VS Code terminal to run the CMake commands as outlined in the [build instructions](blob/develop/doc/buildAndProgram.md)
+You can use the VS Code terminal to run the CMake commands as outlined in the [build instructions](https://github.com/InfiniTimeOrg/InfiniTime/blob/main/doc/buildAndProgram.md)
#### Script