Skip to content

Commit ca28d4e

Browse files
committed
Update docs to use official keploy/samples-ruby repository
1 parent 4d74cee commit ca28d4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

versioned_docs/version-4.0.0/quickstart/ruby-sinatra-postgres.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ We will be using Docker Compose to run the application as well as PostgreSQL in
5151
### Clone the Application 🧪
5252

5353
```bash
54-
git clone https://github.com/Nsanjayboruds/keploy-ruby-postgresql-quickstart.git && cd keploy-ruby-postgresql-quickstart
54+
git clone https://github.com/keploy/samples-ruby.git && cd samples-ruby/sinatra-postgres-quickstart
5555
```
5656

5757
![Ruby Docker setup](/img/ruby_postgres_docker_setup.png)
@@ -112,7 +112,7 @@ We'll be running our sample application locally on Linux/WSL using the workflow
112112
### Clone the Application 🧪
113113

114114
```bash
115-
git clone https://github.com/Nsanjayboruds/keploy-ruby-postgresql-quickstart.git && cd keploy-ruby-postgresql-quickstart
115+
git clone https://github.com/keploy/samples-ruby.git && cd samples-ruby/sinatra-postgres-quickstart
116116
```
117117

118118
### Install Dependencies

0 commit comments

Comments
 (0)