From a012f2d6cfe7fa3ffe2160715554efc3f0d3ad4d Mon Sep 17 00:00:00 2001 From: Russ Hyde Date: Tue, 16 Mar 2021 10:28:32 +0000 Subject: [PATCH] Point to "Workflow" chapter from Action-intro Fix #437 "Shiny in action" introduction was pointing to the "Workflow" subsection of chapter 20 (not in the "Shiny in action" part) as a good place to start reading. Now it points to the "Workflow" chapter of the "Shiny in action" part --- action.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.Rmd b/action.Rmd index 5b63139f..e98544b2 100644 --- a/action.Rmd +++ b/action.Rmd @@ -3,7 +3,7 @@ # Introduction {#action-intro .unnumbered} The following chapters give you a grab bag of useful techniques. -I think everyone should start with Chapter \@ref(workflow), because it gives you important tools for developing and debugging apps, and getting help when you're stuck. +I think everyone should start with Chapter \@ref(action-workflow), because it gives you important tools for developing and debugging apps, and getting help when you're stuck. After that, there's no prescribed order and relatively few connections between the chapters: I'd suggest quickly skimming to get the lay of the land (and so you might remember these tools if related problems crop up in the future), and otherwise only deeply reading the bits that you currently need. Here's a quick run down of the main topics: