commit: 7247039742fb81cbf1e443c23a8070afb5961762
parent e69d30a9e915cfed7c4abe07eecb82831747f180
Author: Nick Brassel <nick@tzarc.org>
Date: Thu, 13 Jun 2024 11:55:52 +1000
Fixup docs. (#23906)
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/ChangeLog/20240526.md b/docs/ChangeLog/20240526.md
@@ -111,7 +111,7 @@ Compliance checks were run against QMK firmwares for the most popular ARM microc
## Deprecation Notices
-In line with the [notice period](support_deprecation_policy#how-much-advance-notice-will-be-given), deprecation notices for larger items are listed here.
+In line with the [notice period](../support_deprecation_policy#how-much-advance-notice-will-be-given), deprecation notices for larger items are listed here.
### Migration of VIA keymaps to VIA team control
diff --git a/docs/_sidebar.json b/docs/_sidebar.json
@@ -212,7 +212,8 @@
"text": "Most Recent ChangeLog",
"link": "/ChangeLog/20240526"
},
- { "text": "Past Breaking Changes", "link": "/breaking_changes_history" }
+ { "text": "Past Breaking Changes", "link": "/breaking_changes_history" },
+ { "text": "Deprecation Policy", "link": "/support_deprecation_policy" }
]
},