Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 29169c0

Browse files
missingcharacterDavid Chung
authored andcommitted
Update tutorial README links (#728)
1 parent d19f017 commit 29169c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorial/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ calls to other Instance plugins. So it's possible to compose new instance plugi
5151

5252
InfraKit can be run in different ways such as in Docker containers or as simple daemons. Here we are
5353
going with the simple daemons that are built from source. For a quick start with pre-built Docker containers,
54-
you can take a look at the [Playbook](./playbooks/README.md).
54+
you can take a look at the [Playbook](../playbooks/README.md).
5555

5656
## Tutorial
5757

@@ -60,7 +60,7 @@ To illustrate the concept of working with Group, Flavor, and Instance plugins, w
6060
+ The `simulator` instance plugin - to simulate provisioning of various resource types.
6161
+ The `vanilla` flavor plugin - to provide context/ flavor to the configuration of the instances
6262

63-
For more information on plugins and how they work, please see the [docs](./plugins/README.md).
63+
For more information on plugins and how they work, please see the [docs](../plugins/README.md).
6464

6565
### Building infrakit
6666

@@ -765,7 +765,7 @@ This concludes our quick tutorial. In this tutorial we:
765765
766766
Now that you have completed the tutorial, there are additional topics you can explore:
767767
768-
+ [Multi-zone and tiered deployments](./docs/tutorial/multi.md). Expanding on the composition of plugins,
768+
+ [Multi-zone and tiered deployments](./multi.md). Expanding on the composition of plugins,
769769
you can create a group controller that spans across multiple 'zones' or clouds,
770770
across different instance types. In the tiered deployment example, you can see how
771771
the same composition approach is used to create a Group controller that can
@@ -774,7 +774,7 @@ Now that you have completed the tutorial, there are additional topics you can ex
774774
provisioning requests cannot be fulfilled.
775775
+ Playbooks: Playbooks are 'scripts' that can be shared and reused.
776776
Playbooks can drive the `infrakit` CLI by defining new commands and flags.
777-
A good one to start is the [LinuxKit playbook](./docs/playbooks/linuxkit),
777+
A good one to start is the [LinuxKit playbook](../playbooks/linuxkit),
778778
where we explore integration with [LinuxKit](https://github.com/linuxkit/linuxkit).
779779
+ Other controllers such as the Ingress controller for routing of traffic from
780780
the internet to the cluster, and the Enrollment controller that performs associations

0 commit comments

Comments
 (0)