diff options
| author | s1n <[email protected]> | 2020-02-27 13:30:53 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-27 13:30:53 -0800 |
| commit | 22f553a80daa29acee25a1d2c881ce689690612d (patch) | |
| tree | 4ba5d7be9034d80d60af120407b6843250d63feb /cpp-tic-tac-toe/README.md | |
| parent | Update README.md (diff) | |
| download | cpp-examples-22f553a80daa29acee25a1d2c881ce689690612d.tar.xz cpp-examples-22f553a80daa29acee25a1d2c881ce689690612d.zip | |
Diffstat (limited to 'cpp-tic-tac-toe/README.md')
| -rw-r--r-- | cpp-tic-tac-toe/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp-tic-tac-toe/README.md b/cpp-tic-tac-toe/README.md index 5de6c06..c90f692 100644 --- a/cpp-tic-tac-toe/README.md +++ b/cpp-tic-tac-toe/README.md @@ -28,7 +28,7 @@ Tic-Tac-Toe in C++. <!-- GETTING STARTED --> ## Getting Started -[Clone or download](https://github.com/8cy/cpp-examples/pp-tic-tac-toe) 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-tic-tac-toe) 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.* @@ -64,4 +64,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-tic-tac-toe](https://github.com/8cy/cpp-examples/cpp-tic-tac-toe) +Project Link: [https://github.com/8cy/cpp-examples/edit/master/cpp-tic-tac-toe](https://github.com/8cy/cpp-examples/edit/master/cpp-tic-tac-toe) |