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/buildAndProgram.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/buildAndProgram.md') diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md index 79ca519d..4564055f 100644 --- a/doc/buildAndProgram.md +++ b/doc/buildAndProgram.md @@ -8,8 +8,8 @@ To build this project, you'll need: ## Build steps ### Clone the repo ``` -git clone https://github.com/JF002/Pinetime.git -cd Pinetime +git clone https://github.com/JF002/InfiniTime.git +cd InfiniTime git submodule update --init mkdir build cd build -- cgit v1.2.3