Skip to content

Commit 91e05b8

Browse files
authored
Merge pull request #8 from Appsilon/use-link-shortener
update links to use our shortener
2 parents 544a3e8 + c8885f1 commit 91e05b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Confirm with your Posit Connect admin that instrumentation is enabled.
4848

4949
<!-- Links -->
5050
[User Guide Vars]: https://docs.posit.com/connect/user/content-settings/#content-vars
51-
[rsconnect-auth]: https://appsilon.com/why-use-rstudio-connect-authentication/
51+
[rsconnect-auth]: https://go.appsilon.com/why-use-rstudio-connect-authentication-user-metrics-app
5252
[Configuration appendix]: https://docs.posit.co/connect/admin/appendix/configuration/
5353
[DefaultServerEnv]: https://docs.posit.co/connect/admin/appendix/configuration/#Applications.DefaultServerEnv
5454
[DefaultAPIKeyEnv]: https://docs.posit.co/connect/admin/appendix/configuration/#Applications.DefaultAPIKeyEnv

_brand.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ meta:
66
references:
77
homepage:
88
name: "Link to Appsilon"
9-
link: "https://www.appsilon.com"
9+
link: "https://go.appsilon.com/appsilon-user-metrics-app"
1010
powered_by:
1111
rhino:
1212
name: "Rhino"
13-
link: "https://appsilon.github.io/rhino/"
13+
link: "https://go.appsilon.com/github-rhino-user-metrics-app"
1414
img_name: "rhino.png"
1515
desc: "Rhino is an Open-Source Package developed by Appsilon to
1616
help the R community make more professional Shiny Apps. Rhino allows you to
@@ -30,7 +30,7 @@ meta:
3030
text: "Designed and developed with 💙 by"
3131
link:
3232
label: "Appsilon"
33-
url: "https://www.appsilon.com"
33+
url: "https://go.appsilon.com/appsilon-user-metrics-app"
3434

3535
logo: "appsilon-logo.png"
3636

app/view/ui_components.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ card <- function(href_link, img_link, card_header, card_text) {
100100
),
101101
a(
102102
class = "card-link technologies",
103-
href = "https://www.appsilon.com/rhinoverse/rhino",
103+
href = "https://go.appsilon.com/rhino-user-metrics-app",
104104
target = "_blank",
105105
rel = "noopener noreferrer",
106106
"More Appsilon Technologies"

0 commit comments

Comments
 (0)