From 2204c46a5406984bd0b9390417e5fb99ec413cab Mon Sep 17 00:00:00 2001 From: Nikki Massaro Kauffman <5090492+nikkimk@users.noreply.github.com> Date: Wed, 6 Mar 2024 03:04:43 -0500 Subject: [PATCH] docs: updated usage demos url on element code tags (#1493) --- elements/rh-audio-player/docs/40-code.md | 2 +- elements/rh-button/docs/30-code.md | 2 +- elements/rh-tile/docs/30-code.md | 2 +- elements/rh-tooltip/docs/30-code.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/elements/rh-audio-player/docs/40-code.md b/elements/rh-audio-player/docs/40-code.md index 8d7388ecd7..a8779368b7 100644 --- a/elements/rh-audio-player/docs/40-code.md +++ b/elements/rh-audio-player/docs/40-code.md @@ -2,7 +2,7 @@ ## Usage {% playground tagName=tagName %}{% endplayground %} -{% cta href="./demo/", target="_blank" %} +{% cta href="../demo/", target="_blank" %} View the demo in a new tab {% endcta %} diff --git a/elements/rh-button/docs/30-code.md b/elements/rh-button/docs/30-code.md index c6eca2e12e..77ebc925c0 100644 --- a/elements/rh-button/docs/30-code.md +++ b/elements/rh-button/docs/30-code.md @@ -2,7 +2,7 @@ ## Usage {% playground tagName=button %}{% endplayground %} - {% cta href="./demo/", target="_blank" %} + {% cta href="../demo/", target="_blank" %} View the demo in a new tab {% endcta %} diff --git a/elements/rh-tile/docs/30-code.md b/elements/rh-tile/docs/30-code.md index 7b26b239aa..e026a1c542 100644 --- a/elements/rh-tile/docs/30-code.md +++ b/elements/rh-tile/docs/30-code.md @@ -5,7 +5,7 @@ Tiles require light DOM CSS to be included on the page in order to style links properly. {% endalert %} {% playground tagName=tile %}{% endplayground %} - {% cta href="./demo/", target="_blank" %} + {% cta href="../demo/", target="_blank" %} View the demo in a new tab {% endcta %} {% endband %} diff --git a/elements/rh-tooltip/docs/30-code.md b/elements/rh-tooltip/docs/30-code.md index c6eca2e12e..77ebc925c0 100644 --- a/elements/rh-tooltip/docs/30-code.md +++ b/elements/rh-tooltip/docs/30-code.md @@ -2,7 +2,7 @@ ## Usage {% playground tagName=button %}{% endplayground %} - {% cta href="./demo/", target="_blank" %} + {% cta href="../demo/", target="_blank" %} View the demo in a new tab {% endcta %}