Skip to content

Commit d4a91cf

Browse files
authored
Update README.md
- Remove `edit` from section links for easy navigation - Previously these links prompted you to fork the repo rather than navigate within it - Slight wording improvements
1 parent 2f2f026 commit d4a91cf

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

@@ -81,7 +81,7 @@ There are two methods to get Postgres running locally.
8181
- You can check that your Docker Compose stack is running by either:
8282
- 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.
8383
- Running **`docker ps -a`** and looking for the containers with the name **`postgres`**.
84-
- 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:
84+
- 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:
8585

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

0 commit comments

Comments
 (0)