diff options
| author | s1n <[email protected]> | 2020-02-27 13:27:01 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-27 13:27:01 -0800 |
| commit | d0612cba453b65ad9c7eaa1aa1f7a5be9790b52d (patch) | |
| tree | 388f64d6033406bef68a9612b51ee30533b08480 /cpp-adding | |
| parent | update hello world readme (diff) | |
| download | cpp-examples-d0612cba453b65ad9c7eaa1aa1f7a5be9790b52d.tar.xz cpp-examples-d0612cba453b65ad9c7eaa1aa1f7a5be9790b52d.zip | |
Update README.md
Diffstat (limited to 'cpp-adding')
| -rw-r--r-- | cpp-adding/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp-adding/README.md b/cpp-adding/README.md index ccc37f9..7b05510 100644 --- a/cpp-adding/README.md +++ b/cpp-adding/README.md @@ -20,7 +20,7 @@ Adding in C++. <!-- GETTING STARTED --> ## Getting Started -[Clone or download](https://github.com/8cy/cpp-examples/cpp-adding) 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/tree/master/cpp-adding) 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.* @@ -56,4 +56,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-adding](https://github.com/8cy/cpp-examples/cpp-adding) +Project Link: [https://github.com/8cy/cpp-examples/tree/master/cpp-adding](https://github.com/8cy/cpp-examples/tree/master/cpp-adding) |