fix(rename): remove n1-next references & update changelog link

This commit is contained in:
Evan Morikawa 2017-01-30 11:39:43 -08:00
parent ab5e5af7a9
commit 4fadcfdc89
3 changed files with 1 additions and 3 deletions

View file

@ -23,7 +23,6 @@ branches:
- ci-test
- stable
- /ci-build\/.*/
- n1-next
matrix:
include:

View file

@ -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

View file

@ -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() {