Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
asegun-cod committed Oct 12, 2023
1 parent 7155f51 commit 63007ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions R/mod_documentation_page.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ mod_documentation_page_ui <- function(id) {
DT::DTOutput(ns("framework_table")),
tagList(
h4(strong("Making best use of the qualitative comments"), style = "color : #005EB8;"),
HTML(paste(
HTML(paste0(
"This dashboard should be used to facilitate initial exploration of your qualitative data, before
drawing fuller insight from the underlying qualitative comments. Before using the dashboard, you
should read the good practice guidance on the ",
a(strong("documentation page"),
href = "https://cdu-data-science-team.github.io/PatientExperience-QDC/framework/framework.html",
should read the good practice guidance on the documentation page: ",
a(strong("Good practice guidance."),
href = "https://cdu-data-science-team.github.io/PatientExperience-QDC/dashboard/dashboard3.html",
target = "_blank"
),
". This includes important
"This includes important
information, tips, and advice to help you maximise your use of the categorised qualitative comments,
whilst avoiding the risks around relying on the quantification of qualitative data."
)),
Expand Down
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/app_ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
</h4>
This dashboard should be used to facilitate initial exploration of your qualitative data, before
drawing fuller insight from the underlying qualitative comments. Before using the dashboard, you
should read the good practice guidance on the <a href="https://cdu-data-science-team.github.io/PatientExperience-QDC/framework/framework.html" target="_blank">
<strong>documentation page</strong>
</a> . This includes important
should read the good practice guidance on the documentation page: <a href="https://cdu-data-science-team.github.io/PatientExperience-QDC/dashboard/dashboard3.html" target="_blank">
<strong>Good practice guidance.</strong>
</a>This includes important
information, tips, and advice to help you maximise your use of the categorised qualitative comments,
whilst avoiding the risks around relying on the quantification of qualitative data.
<br/> <br/>
Expand Down

0 comments on commit 63007ac

Please sign in to comment.