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);