diff --git a/README.md b/README.md
index 126b30c3..ca0eea1d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# mujoco-py [![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://openai.github.io/pymj/build/html/index.html) [![Build Status](https://travis-ci.com/openai/pymj.svg?token=aA2GupFxnzsRTN56psRJ&branch=master)](https://travis-ci.com/openai/pymj) [![Build status](https://ci.appveyor.com/api/projects/status/dsg86qpalv9bi568?svg=true)](https://ci.appveyor.com/project/wojzaremba/pymj)
+# mujoco-py [![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://openai.github.io/mujoco-py/build/html/index.html) [![Build Status](https://travis-ci.org/openai/mujoco-py.svg?branch=master)](https://travis-ci.org/openai/mujoco-py)
[MuJoCo](http://mujoco.org/) is a physics engine for detailed, efficient rigid body simulations with contacts. `mujoco-py` allows using MuJoCo from Python.
@@ -41,7 +41,7 @@ print(sim.data.qpos)
# -2.39251380e-08 -4.46750545e-07 1.78771599e-09 -1.04232280e-08]
```
-See the [full documentation](https://openai.github.io/pymj/build/html/index.html) for advanced usage.
+See the [full documentation](https://openai.github.io/mujoco-py/build/html/index.html) for advanced usage.
## Usage Examples
@@ -55,7 +55,7 @@ A number of examples demonstrating some advanced features of `mujoco-py` can be
- [`simpool.py`](./examples/simpool.py): shows how `MjSimPool` can be used to run a number of simulations in parallel
- [`tosser.py`](./examples/tosser.py): shows a simple actuated object sorting robot application
-See the [full documentation](https://openai.github.io/pymj/build/html/index.html) for advanced usage.
+See the [full documentation](https://openai.github.io/mujoco-py/build/html/index.html) for advanced usage.
## Development
diff --git a/docs/index.rst b/docs/index.rst
index d7ca05bf..6b2bb9b1 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -8,7 +8,7 @@ mujoco-py Documentation
`MuJoCo `_ is a physics engine for detailed, efficient rigid body simulations with contacts. ``mujoco-py`` allows using MuJoCo from Python.
-See the `README `_ for installation instructions and example usage.
+See the `README `_ for installation instructions and example usage.
``mujoco-py`` allows access to MuJoCo on a number of different levels of abstraction: