diff options
| author | s1n <[email protected]> | 2020-02-27 13:24:03 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-27 13:24:03 -0800 |
| commit | 4361e1391ad974a0a8e9a482b1505439f42c2b1a (patch) | |
| tree | e80841d2128f5756ae4834484ad6d407409bc1d4 | |
| parent | update hello world readme (diff) | |
| download | cpp-examples-4361e1391ad974a0a8e9a482b1505439f42c2b1a.tar.xz cpp-examples-4361e1391ad974a0a8e9a482b1505439f42c2b1a.zip | |
update multiply readme
| -rw-r--r-- | cpp-multiply/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp-multiply/README.md b/cpp-multiply/README.md index f7a8978..ffdcde5 100644 --- a/cpp-multiply/README.md +++ b/cpp-multiply/README.md @@ -20,7 +20,7 @@ Multiplying in C++. <!-- GETTING STARTED --> ## Getting Started -[Clone or download](https://github.com/8cy/cpp-multiply) 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/cpp-multiply) 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.* @@ -54,6 +54,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-multiply](https://github.com/8cy/cpp-multiply) +Project Link: [https://github.com/8cy/cpp-examples/cpp-multiply](https://github.com/8cy/cpp-examples/cpp-multiply) |