Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaxi-me authored Apr 16, 2024
1 parent 7454402 commit 695a239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "lib/cpp-utils"]
path = lib/cpp-utils
url = https://github.com/MaximeHouis/cpp-utils
url = https://github.com/rmaxi-me/cpp-utils
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cpp-template
My C++ projects template :)

Check the [**conan branch**](https://github.com/MaximeHouis/cpp-template/tree/conan) if you would like to use Conan!
Check the [**conan branch**](https://github.com/rmaxi-me/cpp-template/tree/conan) if you would like to use Conan!

## Why

Expand All @@ -23,5 +23,5 @@ This is my basic structure that I use for my C++ projects. Feel free to use it i
* GitHub Action workflow to build the project
* CMake configurations, compiler warnings and cool flags
* Unit tests preset (easily removable)
* [**cpp-utils**](https://github.com/MaximeHouis/cpp-utils), a collection of C++ utilities made by me
* [**conan branch**](https://github.com/MaximeHouis/cpp-template/tree/conan) for conan projects *(duh)*
* [**cpp-utils**](https://github.com/rmaxi-me/cpp-utils), a collection of C++ utilities made by me
* [**conan branch**](https://github.com/rmaxi-me/cpp-template/tree/conan) for conan projects *(duh)*

0 comments on commit 695a239

Please sign in to comment.