diff --git a/rules/focus-peaking/rule.md b/rules/focus-peaking/rule.md index 94fb5025f9a..81286febf48 100644 --- a/rules/focus-peaking/rule.md +++ b/rules/focus-peaking/rule.md @@ -6,6 +6,9 @@ authors: - title: Joseph Fernandez url: https://ssw.com.au/people/joseph-fernandez/ created: 2023-10-03T04:04:41.708Z +related: [] +redirects: [] +archivedreason: null guid: eb66faf4-b7c8-4cbe-932d-baaafc4bb9fc --- Focus peaking is a valuable tool that assists videographers and filmmakers in achieving precise and accurate focus in their shots. diff --git a/rules/protect-your-main-branch/rule.md b/rules/protect-your-main-branch/rule.md index d954f96920c..d379fc020d5 100644 --- a/rules/protect-your-main-branch/rule.md +++ b/rules/protect-your-main-branch/rule.md @@ -35,9 +35,9 @@ This can include: - Automatically adding specific people to review the code ::: bad -![Figure: Bad example – No protection – anyone can make unreviewed changes](protect-branch-bad.jpg) +![Figure: Bad example – No protection – anyone can make unreviewed changes](protect-branch-bad-1.jpg) ::: ::: good -![Figure: Good example – The branch protected](protect-branch-good.jpg) +![Figure: Good example – The branch protected](protect-branch-good-1.jpg) :::