diff options
| author | s1n <[email protected]> | 2020-02-27 13:29:42 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-27 13:29:42 -0800 |
| commit | becdd673669cb546b0c9b55c2c8166447897d6fc (patch) | |
| tree | fe46addeb8f84102e39e092009672b776103ddaf | |
| parent | Update README.md (diff) | |
| download | cpp-examples-becdd673669cb546b0c9b55c2c8166447897d6fc.tar.xz cpp-examples-becdd673669cb546b0c9b55c2c8166447897d6fc.zip | |
Update README.md
| -rw-r--r-- | cpp-pong/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp-pong/README.md b/cpp-pong/README.md index 068bb39..988b850 100644 --- a/cpp-pong/README.md +++ b/cpp-pong/README.md @@ -29,7 +29,7 @@ Pong in C++. <!-- GETTING STARTED --> ## Getting Started -[Clone or download](https://github.com/8cy/cpp-examples/cpp-pong) 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-pong) 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.* @@ -65,4 +65,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-pong](https://github.com/8cy/cpp-examples/cpp-pong) +Project Link: [https://github.com/8cy/cpp-examples/tree/master/cpp-pong](https://github.com/8cy/cpp-examples/tree/master/cpp-pong) |