Skip to content

Commit

Permalink
chore: update git url to http
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Aug 20, 2024
1 parent aa92fec commit 8fc3517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-ingestion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Ensure you have `git`, `docker`, `docker-compose` and `mysql` client
installed. To run this demo:

```shell
git clone git@github.com:GreptimeTeam/demo-scene.git
git clone https://github.com/GreptimeTeam/demo-scene.git
cd demo-scene/kafka-ingestion
docker compose up
```
Expand Down
2 changes: 1 addition & 1 deletion nginx-log-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Ensure you have `git`, `docker` and `docker-compose` installed. To run this
demo:

```shell
git clone git@github.com:GreptimeTeam/demo-scene.git
git clone https://github.com/GreptimeTeam/demo-scene.git
cd demo-scene/nginx-log-metrics
docker compose up
```
Expand Down

0 comments on commit 8fc3517

Please sign in to comment.