From 5fdcfdd21977c9d95c93f14f5f66dd2621ce6b65 Mon Sep 17 00:00:00 2001 From: Leo Caseiro Date: Wed, 8 Jan 2020 15:46:14 +1100 Subject: [PATCH] [fixed] set correct URL for codepen setAppElement example --- docs/examples/set_app_element.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/set_app_element.md b/docs/examples/set_app_element.md index 1228cfd5..944cc813 100644 --- a/docs/examples/set_app_element.md +++ b/docs/examples/set_app_element.md @@ -4,4 +4,4 @@ This example shows how to use setAppElement to properly hide your application fr You'll notice in this example that the aria-hidden attribute is applied to the #main div rather than the document body. -[setAppElement example](codepen://claydiffrient/ENegGJ) +[setAppElement example](https://codepen.io/claydiffrient/pen/ENegGJ)