actually no more gh-pages

This commit is contained in:
Michael Grinich 2015-10-05 05:08:53 -07:00
parent 1da3fd1bf2
commit f04682031c
7 changed files with 10 additions and 10 deletions

View file

@ -17,7 +17,7 @@ Once you have an invitation code:
cd N1
script/bootstrap
Read the [getting started guides](http://nylas.github.io/N1/docs/).
Read the [getting started guides](http://nylas.com/N1/docs/).
# Running N1 Core

View file

@ -1,6 +1,6 @@
![N1 Logo](https://edgehill.s3.amazonaws.com/static/N1.png)
![N1 Screenshot](http://nylas.github.io/N1/images/1-1-initial-outlook-base.png)
![N1 Screenshot](http://nylas.com/N1/images/1-1-initial-outlook-base.png)
**N1 is an open-source mail client built on the modern web with [Electron](https://github.com/atom/electron), [React](https://facebook.github.io/react/), and [Flux](https://facebook.github.io/flux/).** It is designed to be extensible, so it's easy to create new experiences and workflows around email. N1 is built on the Nylas Sync Engine which is also [open source free software](https://github.com/nylas/sync-engine).
@ -10,7 +10,7 @@ You can download compiled versions of N1 for Mac OS X and Linux from [https://ny
# Build A Plugin
Plugins lie at the heart of N1 and give it it's powerful features. Building your own plugins allows you to integrate the app with other tools, experiment with new workflows, and more. Follow the [Getting Started guide](http://nylas.github.io/N1/getting-started/) to write your first plugin in 5 minutes.
Plugins lie at the heart of N1 and give it it's powerful features. Building your own plugins allows you to integrate the app with other tools, experiment with new workflows, and more. Follow the [Getting Started guide](http://nylas.com/N1/getting-started/) to write your first plugin in 5 minutes.
If you would like to run the N1 source and contribute, check out our [contributing
guide](https://github.com/nylas/N1/blob/master/CONTRIBUTING.md)

View file

@ -133,7 +133,7 @@ module.exports = (grunt) ->
sidebar.sections.push
name: 'Sample Code'
link: 'https://nylas.github.io/N1/examples'
link: 'https://nylas.com/N1/examples'
external: true
referenceSections = {}

View file

@ -1,6 +1,6 @@
# N1 Documentation
For the full documentation (which includes these guides), go to:
https://nylas.github.io/N1/docs/
https://nylas.com/N1/docs/
To see annotated package examples, go to: https://nylas.github.io/N1/examples/
To see annotated package examples, go to: https://nylas.com/N1/examples/

View file

@ -3,8 +3,8 @@
Here you will find well-annotated samples to showcase how to build
packages in N1.
**See more on https://nylas.github.io/N1/examples/**
**See more on https://nylas.com/N1/examples/**
## Getting Started
To get started, follow the getting started guides here: https://nylas.github.io/N1/docs/
To get started, follow the getting started guides here: https://nylas.com/N1/docs/

View file

@ -23,7 +23,7 @@ class TabInstalled extends React.Component
You don't have any packages installed in ~/.nylas/dev/packages.
These packages are only loaded when you run the app with debug flags
enabled (via the Developer menu).<br/><br/>Learn more about building
packages at <a href='https://nylas.github.io/N1/docs'>https://nylas.github.io/N1/docs</a>
packages at <a href='https://nylas.com/N1/docs'>https://nylas.com/N1/docs</a>
</span>
devCTA = <div className="btn btn-large" onClick={@_onCreatePackage}>Create New Package...</div>
else

View file

@ -229,7 +229,7 @@ class WindowEventHandler
plugin, you should enable debug flags. It's slower, but
gives you better exceptions, the debug version of React,
and more. Choose %c Developer > Run with Debug Flags %c
from the menu. Also, check out https://nylas.github.io/N1/docs
from the menu. Also, check out https://nylas.com/N1/docs
for documentation and sample code!",
"background-color: antiquewhite;",
"background-color: antiquewhite; font-weight:bold;",