From bbe00cd7216931d19b4d50114653b11a0129a870 Mon Sep 17 00:00:00 2001 From: milosz275 Date: Wed, 30 Oct 2024 14:35:49 +0100 Subject: [PATCH] Add repository links --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d56e08b..5a765f6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ This is a template for C/C++ projects. It includes a Makefile for building either C or C++, a directory structure for organizing the source code, and a README.md file for documenting the project. +- [GitHub repository](https://github.com/milosz275/c-cpp-template) +- [Doxygen documentation](https://milosz275.github.io/c-cpp-template/) + ## Table of Contents - [Getting Started](#getting-started)