Skip to content

Commit 54d10a6

Browse files
authored
docs: fix capitalization and add period consistency for build architecture article (#307)
1 parent df3c5d3 commit 54d10a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/articles/ARTICLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Other articles on assorted topics related to secureblue:
1313
- [User namespaces](/articles/userns) - Brief overview of unprivileged User Namespaces, the security risk they enabled and how secureblue handles that risk.
1414
- [Kernel arguments](/articles/kargs) - List and brief explanation of the hardening kargs that the `ujust set-kargs-hardening` command can set.
1515
- [Flatpak](/articles/flatpak) - Flatpak: the good, the bad, the ugly.
16-
- [Build architecture](/articles/build-architecture) - Build architecture for secureblue
16+
- [Build architecture](/articles/build-architecture) - Build architecture for secureblue.

content/articles/BUILD_ARCHITECTURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permalink: /articles/build-architecture
1818
- [Branch protection](#branch-protection)
1919
- [Build process](#build-process)
2020
- [Trivalent Build](#trivalent-build)
21-
- [Secureblue Build](#secureblue-build)
21+
- [secureblue Build](#secureblue-build)
2222
- [Image Updates](#image-updates)
2323

2424
## [Introduction](#introduction)
@@ -188,7 +188,7 @@ Branch protection via [rulesets](https://docs.github.com/en/repositories/configu
188188
1. Fetch context information from the GitHub Control Plane
189189
1. Generate, sign, and push the attestation to GitHub Artifacts
190190

191-
### [Secureblue Build](#secureblue-build)
191+
### [secureblue Build](#secureblue-build)
192192
{: #secureblue-build}
193193

194194
#### Build Job

0 commit comments

Comments
 (0)