Skip to content

Commit 4269a6a

Browse files
committed
docs: change ssh github links to https
1 parent 85e0adb commit 4269a6a

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/setup_hil.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository is compatible with the following system:
1313
#### Clone the Repository
1414

1515
```shell
16-
git clone git@github.com:RobotecAI/agentic-mobile-manipulator.git
16+
git clone https://github.com/RobotecAI/agentic-mobile-manipulator.git
1717
cd agentic-mobile-manipulator
1818
```
1919

docs/setup_sim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository is compatible with the following system:
1313
#### Clone the Repository
1414

1515
```shell
16-
git clone git@github.com:RobotecAI/agentic-mobile-manipulator.git
16+
git clone https://github.com/RobotecAI/agentic-mobile-manipulator.git
1717
cd agentic-mobile-manipulator
1818
```
1919

docs/setup_single_machine.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ This repository is compatible with the following system:
1313
#### Clone the Repository
1414

1515
```shell
16-
cd /home/${USER}
17-
git clone git@github.com:RobotecAI/agentic-mobile-manipulator.git
16+
git clone https://github.com/RobotecAI/agentic-mobile-manipulator.git
1817
cd agentic-mobile-manipulator
1918
```
2019

monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ On **tested hardware**:
3131
1. Install dependencies with poetry:
3232

3333
```bash
34-
git clone git@github.com:RobotecAI/agentic-mobile-manipulator.git
34+
git clone https://github.com/RobotecAI/agentic-mobile-manipulator.git
3535
cd agentic-mobile-manipulator/monitoring
3636
poetry install
3737
```

0 commit comments

Comments
 (0)