From 533db53bd47e9f8a247d14dc64ce8515fd7f54c2 Mon Sep 17 00:00:00 2001 From: Thomas Buchinger Date: Sat, 4 Mar 2023 21:17:13 +0100 Subject: [PATCH] typo: Fix duplicate link (#1414) ## Description The documentation has a typo, where the markdown-link is missing the opening bracket ## Related Issue No related issue ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed Signed-off-by: razzle --- docs/4-user-guide/2-zarf-packages/1-zarf-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4-user-guide/2-zarf-packages/1-zarf-packages.md b/docs/4-user-guide/2-zarf-packages/1-zarf-packages.md index b00e26c9ca..b8b2192b49 100644 --- a/docs/4-user-guide/2-zarf-packages/1-zarf-packages.md +++ b/docs/4-user-guide/2-zarf-packages/1-zarf-packages.md @@ -10,7 +10,7 @@ Zarf packages are built while 'online' and connected to whatever is hosting the The `zarf.yaml` file, which the package builds from, defines declarative instructions on how the capabilities of the package should be deployed. The declarative nature of the package means everything is represented by code and automatically runs as it is configured, instead of having to give manual steps that might not be reproducible on all systems. -Zarf Packages are made up of functionality blocks called components which are described more on the [Zarf](./2-zarf-components.md) Components page](./2-zarf-components.md). These components can be optional, giving more flexibility to how packages can be used. +Zarf Packages are made up of functionality blocks called components which are described more on the [Zarf Components page](./2-zarf-components.md). These components can be optional, giving more flexibility to how packages can be used. ## Deploying on to Airgapped Systems