From 4fadcfdc89105a84169c31a48aa86cb93bfbdb6c Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Mon, 30 Jan 2017 11:39:43 -0800 Subject: [PATCH] fix(rename): remove n1-next references & update changelog link --- .travis.yml | 1 - appveyor.yml | 1 - .../notifications/lib/items/update-notification.jsx | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a4accb06..716d28d0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ branches: - ci-test - stable - /ci-build\/.*/ - - n1-next matrix: include: diff --git a/appveyor.yml b/appveyor.yml index 768bdca2d..c8c55e602 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,6 @@ branches: - ci-test - stable - /ci-build\/.*/ - - n1-next # We need to only clone the main module because our submodule requires the # encrypted ssh key to access submodules diff --git a/internal_packages/notifications/lib/items/update-notification.jsx b/internal_packages/notifications/lib/items/update-notification.jsx index cfe4a1373..71a707bc0 100644 --- a/internal_packages/notifications/lib/items/update-notification.jsx +++ b/internal_packages/notifications/lib/items/update-notification.jsx @@ -34,7 +34,7 @@ export default class UpdateNotification extends React.Component { } _onViewChangelog = () => { - shell.openExternal('https://github.com/nylas/N1/blob/n1-next/CHANGELOG.md') + shell.openExternal('https://github.com/nylas/nylas-mail/blob/master/CHANGELOG.md') } render() {