Skip to content

Commit f789166

Browse files
authored
Update getting-started.md
1 parent 3d9138b commit f789166

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/guides/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Choose your platform and follow the appropriate steps:
4444
```powershell
4545
# Clone the repository
4646
git clone https://github.com/HyperloopUPV-H8/software.git
47-
cd h9-backend
47+
cd software
4848
4949
# Allow script execution
5050
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
@@ -60,7 +60,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
6060
```cmd
6161
REM Clone the repository
6262
git clone https://github.com/HyperloopUPV-H8/software.git
63-
cd h9-backend
63+
cd software
6464
6565
REM Setup dependencies
6666
scripts\dev.cmd setup
@@ -73,7 +73,7 @@ scripts\dev.cmd all
7373
```bash
7474
# Clone the repository
7575
git clone https://github.com/HyperloopUPV-H8/software.git
76-
cd h9-backend
76+
cd software
7777

7878
# Make scripts executable
7979
chmod +x scripts/dev.sh
@@ -175,7 +175,7 @@ Located in: `backend/cmd/adj/boards/[BOARD_NAME]/`
175175

176176
### For Contributors
177177
1. Read [Contributing Guidelines](../../CONTRIBUTING.md)
178-
2. Explore existing [GitHub Issues](https://github.com/HyperloopUPV-H8/h9-backend/issues)
178+
2. Explore existing [GitHub Issues](https://github.com/HyperloopUPV-H8/software/issues)
179179
3. Join the development discussion
180180

181181
## Troubleshooting
@@ -203,7 +203,7 @@ Located in: `backend/cmd/adj/boards/[BOARD_NAME]/`
203203
### Getting Help
204204

205205
- **Documentation**: Check the [troubleshooting guide](../troubleshooting/common-issues.md)
206-
- **Issues**: Search and create [GitHub Issues](https://github.com/HyperloopUPV-H8/h9-backend/issues)
206+
- **Issues**: Search and create [GitHub Issues](https://github.com/HyperloopUPV-H8/software/issues)
207207
- **Community**: Join the development discussion
208208

209209
## Success Indicators

0 commit comments

Comments
 (0)