From f3f18084f3a6869e379bab87c9a0dccae11adc15 Mon Sep 17 00:00:00 2001 From: John Helveston Date: Mon, 19 Aug 2024 09:50:27 -0400 Subject: [PATCH] more link fixes --- config.qmd | 2 +- database.qmd | 2 +- deployment.qmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.qmd b/config.qmd index 55a1f3a8..5c5d9158 100644 --- a/config.qmd +++ b/config.qmd @@ -169,7 +169,7 @@ config <- sd_config( ) ``` -When the admin page is enabled, you will be able to access the page by adding `?admin` to the end of the survey URL, e.g. `https://myname.shinyapps.io/?admin`. This will display a login page with a single "Password" parameter, which is the password set using `sd_set_password()` (see `vignette("password")`). +When the admin page is enabled, you will be able to access the page by adding `?admin` to the end of the survey URL, e.g. `https://myname.shinyapps.io/?admin`. This will display a login page with a single "Password" parameter, which is the password set using `sd_set_password()`. See the [Setting a Password](password.qmd) page for details. The admin page has the following features: diff --git a/database.qmd b/database.qmd index 52617a43..4a66330f 100644 --- a/database.qmd +++ b/database.qmd @@ -23,7 +23,7 @@ After creating your new account proceeding to your dashboard, select "New Projec # Step 4: Create a database -The next step is to create your respective database. Here you **must** use the password you created for your survey project (see `vignette("password")`). +The next step is to create your respective database. Here you **must** use the password you created for your survey project. See the [Setting a Password](password.qmd) page for details. drawing diff --git a/deployment.qmd b/deployment.qmd index 86d46b87..ebef0ecb 100644 --- a/deployment.qmd +++ b/deployment.qmd @@ -7,7 +7,7 @@ Once you have previewed and tested your survey and are ready to field it, it is To deploy your survey, you'll need to have the following recipes ready: 1. Your survey project made by Quarto that is properly rendered locally. -2. Your supabase project with its credentials defined in your survey `.qmd` file. See `vignette("database")` for details. +2. Your supabase project with its credentials defined in your survey `.qmd` file. See the [Database Settings](database.qmd) page for details. 3. An account on [shinyapps](https://www.shinyapps.io), which will be used for survey online deployment. These steps are easy to follow. We will go through one by one.