Small correction to git URL in documentation files
This commit is contained in:
@@ -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 <file.h>`
|
||||
- external files and std : `#include <file.h>`
|
||||
|
Reference in New Issue
Block a user