diff options
| author | s1n <[email protected]> | 2020-02-27 13:25:26 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-27 13:25:26 -0800 |
| commit | 6d26878e976ed25f6e418c70ac0d9a09a0f19dcf (patch) | |
| tree | 35351c45cdaf3b4bc901ff560e17e3624dd5a0eb | |
| parent | updating pong readme (diff) | |
| download | cpp-examples-6d26878e976ed25f6e418c70ac0d9a09a0f19dcf.tar.xz cpp-examples-6d26878e976ed25f6e418c70ac0d9a09a0f19dcf.zip | |
updating tic tac toe readme
| -rw-r--r-- | cpp-tic-tac-toe/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp-tic-tac-toe/README.md b/cpp-tic-tac-toe/README.md index 347be7c..5de6c06 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-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/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. > *[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.* @@ -62,6 +62,6 @@ Distributed under the MIT License. See [`LICENSE`](/LICENSE) for more informatio <!-- CONTACT --> ## Contact -s1nical - [@s1nical](https://twitter.com/s1nical) - [email protected] +s1nical - [@9inny](https://twitter.com/9inny) - [email protected] -Project Link: [https://github.com/8cy/cpp-tic-tac-toe](https://github.com/8cy/cpp-tic-tac-toe) +Project Link: [https://github.com/8cy/cpp-examples/cpp-tic-tac-toe](https://github.com/8cy/cpp-examples/cpp-tic-tac-toe) |