From b3d2d94b781681a5dde6688148e9b1936f6e99a1 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 15 Jun 2020 14:48:12 -0500 Subject: [PATCH] update link for more info when app is updated For now this is just linking to a github issue until we get a proper changelog. --- src/reducers/notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reducers/notification.ts b/src/reducers/notification.ts index 8bca0718..1e95df69 100644 --- a/src/reducers/notification.ts +++ b/src/reducers/notification.ts @@ -164,7 +164,7 @@ const list: Reducer = (state = [], action) => { Level.Info, MessageId.ServiceWorkerUpdate, undefined, - 'https://bit.ly/CRA-PWA', + 'https://github.com/pybricks/pybricks-code/issues/102', ); case ServiceWorkerActionType.Success: return append(state, Level.Info, MessageId.ServiceWorkerSuccess);