diff --git a/README.md b/README.md index faf296c9c..21fb6aa4d 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,18 @@ | | | | --- | --- | -| Build Status | [![Linux/MacOS Build Status](https://travis-ci.org/pyviz/website.svg?branch=master)](https://travis-ci.org/pyviz/website) | -| Website | [![gh-pages](https://img.shields.io/github/last-commit/pyviz/website/gh-pages.svg)](https://github.com/pyviz/holoviz/tree/gh-pages) [![site](https://img.shields.io/website-up-down-green-red/http/pyviz.org.svg)](http://pyviz.org) | +| Build Status | [![Linux/MacOS Build Status](https://travis-ci.org/pyviz/pyviz.org.svg?branch=master)](https://travis-ci.org/pyviz/pyviz.org) | +| Website | [![gh-pages](https://img.shields.io/github/last-commit/pyviz/pyviz.org/gh-pages.svg)](https://github.com/pyviz/pyviz.org/tree/gh-pages) [![site](https://img.shields.io/website-up-down-green-red/https/pyviz.org.svg)](https://pyviz.org) | Source material to build [pyviz.org](https://pyviz.org). This site is owned by [NumFocus](https://numfocus.org) and is currently managed by Anaconda, Inc. for the community, but is open to everyone involved in Python data visualization; see [#2](https://github.com/pyviz/website/issues/2). ## Building pyviz.org -Whenever a PR is merged, or a commit is pushed to master, a Travis CI job is triggered that builds pyviz.org. Visit [Travis CI](https://travis-ci.org/pyviz/website) to check on the progress of the job. +Whenever a PR is merged, or a commit is pushed to master, a Travis CI job is triggered that builds pyviz.org. Visit [Travis CI](https://travis-ci.org/pyviz/pyviz.org) to check on the progress of the job. ## Building dev site -To build the [dev site](https://pyviz-dev.github.io/website), just push a commit containing the string: `website_dev`. This will start a job on Travis CI that when complete will deploy to the dev site. +To build the [dev site](https://pyviz-dev.github.io/pyviz.org), just push a commit containing the string: `website_dev`. This will start a job on Travis CI that when complete will deploy to the dev site. **NOTE:** This will work on any branch, so it is recommended that you use it to test builds on PRs, just try not to trample on other people's toes.