diff --git a/samples/jdbc-postgres/README.md b/samples/jdbc-postgres/README.md index b90a3669..80e0db71 100644 --- a/samples/jdbc-postgres/README.md +++ b/samples/jdbc-postgres/README.md @@ -4,4 +4,4 @@ This sample will illustrate the commands needed to setup a test environment usin See the [cheatsheet](./cheatsheet.md) for the commands necessary to run the sample. -Watch a [demonstration video](https://youtu.be/k2KlFXDQxvo) illustrating the process +Watch a [demonstration video](https://www.youtube.com/watch?v=7ON6Ybs1s3A) illustrating the process diff --git a/samples/jdbc-postgres/cheatsheet.md b/samples/jdbc-postgres/cheatsheet.md index 6ab9b258..597c7350 100644 --- a/samples/jdbc-postgres/cheatsheet.md +++ b/samples/jdbc-postgres/cheatsheet.md @@ -33,7 +33,6 @@ This is the list of commands run to get a ziti environment setup running with do * bootstrap postgres - docker cp prep-db.sql pg-postgres-db-1:prep-db.sql docker exec -e PGPASSWORD=postgres -it pg-postgres-db-1 psql -U postgres -d postgres * issue these commands, once connected to postgres db