diff options
| author | s1n <[email protected]> | 2020-02-27 13:28:32 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-27 13:28:32 -0800 |
| commit | 4ad7bf0966aad0f2ada0d5e4cf584c32fc1ed98c (patch) | |
| tree | 0b6626c5511d5b5e81174b72a620c35f6ffd0e92 /cpp-hello-world | |
| parent | Update README.md (diff) | |
| download | cpp-examples-4ad7bf0966aad0f2ada0d5e4cf584c32fc1ed98c.tar.xz cpp-examples-4ad7bf0966aad0f2ada0d5e4cf584c32fc1ed98c.zip | |
Update README.md
Diffstat (limited to 'cpp-hello-world')
| -rw-r--r-- | cpp-hello-world/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp-hello-world/README.md b/cpp-hello-world/README.md index 7239347..80ca0ca 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-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. +[Clone or download](https://github.com/8cy/cpp-examples/edit/master/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.* @@ -46,4 +46,4 @@ Distributed under the MIT License. See [`LICENSE`](/LICENSE) for more informatio s1nical - [@9inny](https://twitter.com/9inny) - [email protected] -Project Link: [https://github.com/8cy/cpp-examples/cpp-hello-world](https://github.com/8cy/cpp-examples/cpp-hello-world) +Project Link: [https://github.com/8cy/cpp-examples/edit/master/cpp-hello-world](https://github.com/8cy/cpp-examples/edit/master/cpp-hello-world) |