Skip to content

Commit

Permalink
chore(docs): Fix links in zarf-packages docs (#1428)
Browse files Browse the repository at this point in the history
## Description

Found 2 more bad links. 
The project looks nice, added it to the list of potential useful tools
:)

## 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

- [ ] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
ThomasBuchinger committed Mar 11, 2023
1 parent 04ad929 commit 2fe95fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/4-user-guide/2-zarf-packages/1-zarf-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ When Zarf is deploying the package, it will use the infrastructure that was crea

## What Makes Up A Package

Zarf packages are split into smaller chunks called 'components'. These components are defined more on the [Zarf](./2-zarf-components.md) Components page](./2-zarf-components.md) but, in short, components are the named capabilities that packages provide. The schema of a `zarf.yaml` package is available here: [ZarfPackage Schema Docs](../3-zarf-schema.md)
Zarf packages are split into smaller chunks called 'components'. These components are defined more on the [Zarf Components page](./2-zarf-components.md) but, in short, components are the named capabilities that packages provide. The schema of a `zarf.yaml` package is available here: [ZarfPackage Schema Docs](../3-zarf-schema.md)

## Building A Zarf Package

Expand All @@ -66,7 +66,7 @@ Zarf packages are split into smaller chunks called 'components'. These component

:::

The process of defining a package is covered on the [Creating](../../13-walkthroughs/0-using-zarf-package-create.md) a Package](../../13-walkthroughs/0-using-zarf-package-create.md) page. Assuming you have a package already defined, building the package itself is fairly simple.
The process of defining a package is covered on the [Creating a Package](../../13-walkthroughs/0-using-zarf-package-create.md) page. Assuming you have a package already defined, building the package itself is fairly simple.

`zarf package create` will look for a `zarf.yaml` file in the current directory and build the package from that file. Behind the scenes, this is pulling down all the resources it needs from the internet and placing them in a temporary directory, once all the necessary resources of retrieved, Zarf will create the tarball of the temp directory and clean up the temp directory.

Expand Down

0 comments on commit 2fe95fd

Please sign in to comment.