You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/getting_started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ features:
70
70
> The `info.yaml` file is required for each feature by the builder.
71
71
We'll specify that our `nginx` feature includes the `base` feature.
72
72
This makes sense because the `nginx` feature on its own does not contain a full operating system, so to get a bootable image we include the debian system as it is defined in `base`.
73
-
See [features.md](./features.md) for detailed information on the structure of features.
73
+
See [features documentation](../references/features.md) for detailed information on the structure of features.
74
74
75
75
1. Create a file named `pkg.include` inside `features/nginx` with the following content:
0 commit comments