From ed380ae283e9ee71f58fb986f6be37162469d5ef Mon Sep 17 00:00:00 2001 From: merlinoa Date: Tue, 9 Mar 2021 04:30:05 -0500 Subject: [PATCH] removed link --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e1268bc0..a4f7bc42 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ # polished v0.3.0 * created new `deploy_app()` function for deploying apps to Polished Hosting. -* removed dependencies on [shinydashboardPlus](https://github/com/rinterface/shinydashboradplus) due to breaking change with `dashboardHeaderPlus()` and `dashboardPagePlus()`. +* removed dependencies on `shinydashboardPlus` due to breaking change with `dashboardHeaderPlus()` and `dashboardPagePlus()`. * `sign_out_from_shiny()` can now be used in the `session$onSessionEnded()` or `onStop()` to sign the user out when the user's session ends. * added support for package dependency detection (#129)