From 4ff20de14d35d0c009c8df98ab422dc3e12b8680 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 9 Jul 2024 12:37:21 -0500 Subject: [PATCH] Handbook: Fix broken link in why-this-way.md (#20259) Changes: - Fixed a broken link on the why this way handbook page. --- handbook/company/why-this-way.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/company/why-this-way.md b/handbook/company/why-this-way.md index 22e7a95a68..da8748cd09 100644 --- a/handbook/company/why-this-way.md +++ b/handbook/company/why-this-way.md @@ -48,7 +48,7 @@ There are three reasons for visiting [the docs](https://fleetdm.com/docs): - **Committed learning**: "I've decided to learn this. I need a curriculum to get me there; with content that makes it as easy as possible, surface-level as possible. I want to learn how Fleet works and how to do all the things." - **Quick reference**: "Is this thing broken or am I using it right? How do I use this?" Whether they just stumbled in from a search engine, an on-site search, or through the Fleet website navigation, visitors interested in quick reference are interested in getting to the correct answer quickly. Quick referencers search for REST API pages, the config surface of the Fleet server, agent options, how to build YAML for `fleetctl apply`, the built-in MDM profiles, the table schema, the built-in queries, reference architectures and cost calculators for deploying your own Fleet instance. -> Currently, Fleet only adds new "Quick reference" content to the [docs](fleetdm.com/docs). New "Committed learning" docs should be written as [articles](https://fleetdm.com/articles). Why? The docs surface area is large and Fleet iterates on features more quickly than we can update extensive how-tos. We've learned that users are more forgiving when articles are out-of-date. But, reference documentation always needs to be correct. +> Currently, Fleet only adds new "Quick reference" content to the [docs](https://fleetdm.com/docs). New "Committed learning" docs should be written as [articles](https://fleetdm.com/articles). Why? The docs surface area is large and Fleet iterates on features more quickly than we can update extensive how-tos. We've learned that users are more forgiving when articles are out-of-date. But, reference documentation always needs to be correct. Everyone [can contribute](https://fleetdm.com/handbook/company#openness) to Fleet's documentation. Here are a few principles to keep in mind: