From 2f55a2af2fe5b61c5533d88c38fe6b5e55ff2f50 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Thu, 3 Nov 2022 21:21:55 -0400 Subject: [PATCH 1/4] fix link typo --- content/project/shinydag.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/project/shinydag.Rmd b/content/project/shinydag.Rmd index dda8be1..e55040b 100644 --- a/content/project/shinydag.Rmd +++ b/content/project/shinydag.Rmd @@ -22,7 +22,7 @@ header_buttons: icon: "fab fa-github" class: "secondary" - text: "Docker Hub" - url: "https://hub.docker.com/r/gerkelab/shinydagd" + url: "https://hub.docker.com/r/gerkelab/shinydag" icon: "fab fa-docker" class: "info" --- From bbc5c14cc215b9f81301ee14ccdd29bb6dd39ae7 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Thu, 3 Nov 2022 21:22:34 -0400 Subject: [PATCH 2/4] fix link typo, part 2 --- content/project/shinydag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/project/shinydag.html b/content/project/shinydag.html index ba05f9a..28fdc08 100644 --- a/content/project/shinydag.html +++ b/content/project/shinydag.html @@ -22,7 +22,7 @@ icon: "fab fa-github" class: "secondary" - text: "Docker Hub" - url: "https://hub.docker.com/r/gerkelab/shinydagd" + url: "https://hub.docker.com/r/gerkelab/shinydag" icon: "fab fa-docker" class: "info" --- From 00f021db0b23b2ab070a4aa503d0538766c16f80 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Thu, 3 Nov 2022 21:23:20 -0400 Subject: [PATCH 3/4] Remove demo app link (it's down now) --- content/project/shinydag.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/project/shinydag.html b/content/project/shinydag.html index 28fdc08..fe1ad33 100644 --- a/content/project/shinydag.html +++ b/content/project/shinydag.html @@ -13,10 +13,10 @@ effects. header_buttons: - - text: "Run Demo App" - url: "https://apps.gerkelab.com/shinyDAG/" - icon: "fas fa-rocket" - class: "primary" + # - text: "Run Demo App" + # url: "https://apps.gerkelab.com/shinyDAG/" + # icon: "fas fa-rocket" + # class: "primary" - text: "View Source on GitHub" url: "https://github.com/GerkeLab/ShinyDAG" icon: "fab fa-github" From e09494bcedf2347f528946bb770129f3caa6f4c8 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Thu, 3 Nov 2022 21:23:41 -0400 Subject: [PATCH 4/4] remove demo app link again --- content/project/shinydag.Rmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/project/shinydag.Rmd b/content/project/shinydag.Rmd index e55040b..9a99320 100644 --- a/content/project/shinydag.Rmd +++ b/content/project/shinydag.Rmd @@ -13,10 +13,10 @@ callout: | effects. header_buttons: - - text: "Run Demo App" - url: "https://apps.gerkelab.com/shinyDAG/" - icon: "fas fa-rocket" - class: "primary" + # - text: "Run Demo App" + # url: "https://apps.gerkelab.com/shinyDAG/" + # icon: "fas fa-rocket" + # class: "primary" - text: "View Source on GitHub" url: "https://github.com/GerkeLab/ShinyDAG" icon: "fab fa-github"