Skip to content

Commit be12c1c

Browse files
authored
Merge pull request #278 from Ho1yShif/patch-1
Update data modeling README.md
2 parents 3310924 + d4a91cf commit be12c1c

File tree

1 file changed

+4
-4
lines changed
  • bootcamp/materials/1-dimensional-data-modeling

1 file changed

+4
-4
lines changed

bootcamp/materials/1-dimensional-data-modeling/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ This repository contains the setup for the data modeling modules in Weeks 1 and
1212

1313
:pencil: **TL;DR**
1414

15-
1. [Clone the repository](https://github.com/DataExpert-io/data-engineer-handbook/edit/main/bootcamp/materials/1-dimensional-data-modeling/README.md).
16-
2. [Start Postgres instance](https://github.com/DataExpert-io/data-engineer-handbook/edit/main/bootcamp/materials/1-dimensional-data-modeling/README.md#2%EF%B8%8F%E2%83%A3run-postgres).
17-
3. [Connect to Postgres](https://github.com/DataExpert-io/data-engineer-handbook/edit/main/bootcamp/materials/1-dimensional-data-modeling/README.md#threeconnect-to-postgres-in-database-client) using your preferred database management tool.
15+
1. [Clone the repository]([https://github.com/DataExpert-io/data-engineer-handbook/main/bootcamp/materials/1-dimensional-data-modeling/README.md](https://github.com/DataExpert-io/data-engineer-handbook/tree/main/bootcamp/materials/1-dimensional-data-modeling#1%EF%B8%8F%E2%83%A3clone-the-repository)).
16+
2. [Start Postgres instance](https://github.com/DataExpert-io/data-engineer-handbook/tree/main/bootcamp/materials/1-dimensional-data-modeling#2%EF%B8%8F%E2%83%A3run-postgres).
17+
3. [Connect to Postgres](https://github.com/DataExpert-io/data-engineer-handbook/tree/main/bootcamp/materials/1-dimensional-data-modeling#threeconnect-to-postgres-in-local-database-client) using your preferred database management tool.
1818

1919
For detailed instructions and more information, please refer to the step-by-step instructions below.
2020

@@ -83,7 +83,7 @@ There are two methods to get Postgres running locally.
8383
- You can check that your Docker Compose stack is running by either:
8484
- Going into Docker Desktop: you should see an entry there with a drop-down for each of the containers running in your Docker Compose stack.
8585
- Running **`docker ps -a`** and looking for the containers with the name **`postgres`**.
86-
- If you navigate to **`http://localhost:5050`** you will be able to see the PGAdmin instance up and running and should be able to connect to the following server as details shown:
86+
- If you navigate to **`http://localhost:5050`**, you'll see the PGAdmin instance up and running and should be able to connect to the following server using the details shown below:
8787

8888
<img src=".attachments/pgadmin-server.png" style="width:500px;"/>
8989

0 commit comments

Comments
 (0)