From bca7ba4eed437361c93af6316b810e97dd071d67 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 15 Mar 2021 23:07:04 +0000 Subject: Small correction to git URL in documentation files --- doc/contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/contribute.md') diff --git a/doc/contribute.md b/doc/contribute.md index 40441cd2..fe385125 100644 --- a/doc/contribute.md +++ b/doc/contribute.md @@ -1,6 +1,6 @@ # How to contribute? ## Report bugs -You use your Pinetime and find a bug in the firmware? [Create an issue on Github](https://github.com/JF002/Pinetime/issues) explaining the bug, how to reproduce it, the version of the firmware you use... +You use your Pinetime and find a bug in the firmware? [Create an issue on Github](https://github.com/JF002/InfiniTime/issues) explaining the bug, how to reproduce it, the version of the firmware you use... ## Write and improve documentation Documentation might be incomplete, or not clear enough, and it is always possible to improve it with better wording, pictures, photo, video,... @@ -41,4 +41,4 @@ The most important rule to follow is to try to keep the code as easy to read and - **Include guard** : `#pragma once` (no `#ifdef __MODULE__ / #define __MODULE__ / #endif`) - **Includes** : - files from the project : `#include "relative/path/to/the/file.h"` - - external files and std : `#include ` \ No newline at end of file + - external files and std : `#include ` -- cgit v1.2.3