From 38f955823670646862d1d575e4d62febe5e8f4ea Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Mon, 19 Dec 2022 23:24:07 +0000 Subject: [PATCH] docs: fix typo Signed-off-by: Ramkumar Chinchani --- docs/whats-new.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/whats-new.md b/docs/whats-new.md index ed6519a..def3afa 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -5,16 +5,16 @@ * Support for `scratch` Prior to v0.40.1, `stacker` did not support empty root filesystems to be used a -base container image. The support has now been added which can be used to host +base container image. The support has now been [added](reference/stacker_file.md#import-dest#from) which can be used to host statically built binaries. * Support for `import`ing content into container image Prior to v0.40.1, copying content into a layer permanently involved bind mounting a shell such as busybox and invoking appropriate commands using the -`run` directive. Now `import` directive allows for the `dest` option to achieve +`run` directive. Now `import` directive [allows](reference/stacker_file.md#import-dest) for the `dest` option to achieve the same. * Some `squashfs` improvements -While build squashfs layers, use `squashfuse_ll` if available which is faster. +While building squashfs layers, use `squashfuse_ll` if available which is faster.