Skip to content

Commit 139fc67

Browse files
committed
Fix branch links
1 parent a5391b2 commit 139fc67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ $ docker build -t <org-name>/microtrader-base .
1414

1515
This repository contains two branches:
1616

17-
- [`master`](https://github.com/docker-production-aws/packer-ecs/tree/master) - represents the initial starting state of the repository as viewed in the course.
17+
- [`master`](https://github.com/docker-production-aws/microtrader-base/tree/master) - represents the initial starting state of the repository as viewed in the course.
1818

19-
- [`final`](https://github.com/docker-production-aws/packer-ecs/tree/final) - represents the final state of the repository after completing all configuration tasks as described in the course material.
19+
- [`final`](https://github.com/docker-production-aws/microtrader-base/tree/final) - represents the final state of the repository after completing all configuration tasks as described in the course material.
2020

2121
> The `final` branch is provided as a convenience in the case you get stuck, or want to avoid manually typing out large configuration files. In most cases however, you should attempt to configure this repository by following the course material.
2222

0 commit comments

Comments
 (0)