Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ for precise technical details.
**Start here**: [Reference](/reference/)

Includes the [flavor matrix](/reference/flavor-matrix),
[glossary](/reference/glossary), [kernel](/reference/kernel),
[glossary](/reference/glossary), [kernel](/reference/kernel-builds.md),
[release information](/reference/releases/), Architecture Decision Records
(ADRs) in the [ADR catalog](/reference/adr/), and
[supporting tools documentation](/reference/supporting_tools/) (builder, Python
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Automated builds of Garden Linux that occur on a regular schedule from the lates

### OCI (OCI Image Format)

OCI Image Format. A container image specification defined by the Open Container Initiative. Garden Linux provides OCI-formatted container images. See [First Boot as OCI image](../tutorials/container/first-boot-oci.md) and the [OCI platform guide](../how-to/installation/container/oci.md) for usage details.
OCI Image Format. A container image specification defined by the Open Container Initiative. Garden Linux provides OCI-formatted container images. See [First Boot as OCI image](../tutorials/container/first-boot-oci.md) and the [OCI platform guide](../how-to/installation/container/index.md) for usage details.

### OpenSSL

Expand Down
2 changes: 1 addition & 1 deletion repos-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"docs_path": "docs",
"target_path": "projects/gardenlinux",
"ref": "docs-ng",
"commit": "a27f522ddddc5c2f61dbec6e5bc831a713fe076c",
"commit": "a6251a94a3e75d13f3a22ce826a2760b69165b94",
"root_files": [
"CONTRIBUTING.md",
"SECURITY.md",
Expand Down
Loading