Skip to content

Commit 9b87e1f

Browse files
committedNov 8, 2024·
Document Sync by Tina
1 parent dc2a005 commit 9b87e1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎docs/stable/getting_started/docker_quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We will use docker compose to simplify the setup of ServerlessLLM. The `docker-c
2424
If you haven't already, clone the ServerlessLLM repository:
2525

2626
```bash
27-
git clone https://github.com/serverless-llm/serverlessllm.git
27+
git clone https://github.com/ServerlessLLM/ServerlessLLM.git
2828
cd serverlessllm/examples/docker/
2929
```
3030

‎docs/stable/getting_started/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you plan to use vLLM with ServerlessLLM, you need to apply our patch to the v
3232
## Installing from source
3333
To install the package from source, follow these steps:
3434
```bash
35-
git clone https://github.com/ServerlessLLM/ServerlessLLM
35+
git clone https://github.com/ServerlessLLM/ServerlessLLM.git
3636
cd ServerlessLLM
3737
```
3838

‎docs/stable/store/installation_with_rocm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To build `sllm-store` from source, we suggest you using the docker and build it
1414
1. Clone the repository and enter the `store` directory:
1515

1616
```bash
17-
git clone git@github.com:ServerlessLLM/ServerlessLLM.git
17+
git clone https://github.com/ServerlessLLM/ServerlessLLM.git
1818
cd ServerlessLLM/sllm_store
1919
```
2020

‎docs/stable/store/quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pip install serverless-llm-store
3333
1. Clone the repository and enter the `store` directory
3434

3535
``` bash
36-
git clone git@github.com:ServerlessLLM/ServerlessLLM.git
36+
git clone https://github.com/ServerlessLLM/ServerlessLLM.git
3737
cd ServerlessLLM/sllm_store
3838
```
3939

0 commit comments

Comments
 (0)
Please sign in to comment.