diff options
| -rw-r--r-- | cpp-hello-world/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp-hello-world/README.md b/cpp-hello-world/README.md index 68127ef..7239347 100644 --- a/cpp-hello-world/README.md +++ b/cpp-hello-world/README.md @@ -10,7 +10,7 @@ <!-- GETTING STARTED --> ## Getting Started -[Clone or download](https://github.com/8cy/cpp-hello-world) the project and run in your favourite choice of [IDE](https://en.wikipedia.org/wiki/IDE) or [Text Editor](https://en.wikipedia.org/wiki/Text_editor) with a Code Runner. +[Clone or download](https://github.com/8cy/cpp-examples/cpp-hello-world) the project and run in your favourite choice of [IDE](https://en.wikipedia.org/wiki/IDE) or [Text Editor](https://en.wikipedia.org/wiki/Text_editor) with a Code Runner. > *[Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) by [Jun Han](https://marketplace.visualstudio.com/publishers/formulahendry) on the [VSCode Marketplace](https://marketplace.visualstudio.com/) is my Code Runner of choice but you can feel free to use anything that works for you.* |