Update repository URLs to new location

- Update README.md clone URL to https://git.b4l.co.th/B4L/b4l-project-template.git
- Update KICAD-PROJECT-TEMPLATE.md clone URL to new repository location
- Ensure all documentation references the correct repository URL
This commit is contained in:
2025-08-11 10:24:11 +07:00
parent c86266fd38
commit 97096f519d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ This document provides a comprehensive guide for using this KiCad 9 project temp
### 1. Clone or Download Template
```bash
# Option A: Clone the repository
git clone https://git.buildfor.life/grabowski/b4l-project-template.git your-project-name
git clone https://git.b4l.co.th/B4L/b4l-project-template.git your-project-name
cd your-project-name
# Option B: Download as ZIP and extract to your desired location

View File

@@ -10,7 +10,7 @@ This repository provides a standardized structure for KiCad 9 hardware projects
### 1. Clone or Download This Template
```bash
# Option A: Clone the repository
git clone https://git.buildfor.life/grabowski/b4l-project-template.git your-project-name
git clone https://git.b4l.co.th/B4L/b4l-project-template.git your-project-name
cd your-project-name
# Option B: Download as ZIP and extract