diff --git a/README.md b/README.md index 7ae7f845d..20ae5834c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![npm](https://img.shields.io/npm/v/@onica/runway?style=flat)](https://www.npmjs.com/package/@onica/runway) [![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat)](https://github.com/psf/black) -![runway-example.gif](https://raw.githubusercontent.com/onicagroup/runway/master/docs/source/images/runway-example.gif) +![runway-example.gif](https://raw.githubusercontent.com/rackspace/runway/master/docs/source/images/runway-example.gif) Runway is a lightweight integration app designed to ease management of infrastructure tools. diff --git a/package.json b/package.json index 408cc784b..56479f2cb 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "author": { - "email": "opensource@onica.com", - "name": "Onica Group LLC", - "url": "https://onica.com" + "email": "opensource@rackspace.com", + "name": "Rackspace Technology, Inc.", + "url": "https://rackspace.com" }, "bugs": { - "url": "https://github.com/onicagroup/runway/issues" + "url": "https://github.com/rackspace/runway/issues" }, "dependencies": { "tar": "^7.4.2" @@ -22,7 +22,7 @@ "postinstall.js", "preuninstall.js" ], - "homepage": "https://github.com/onicagroup/runway", + "homepage": "https://github.com/rackspace/runway", "keywords": [ "aws", "ci", diff --git a/pyproject.toml b/pyproject.toml index 10ecbb10f..c30f5c331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "runway" version = "2.0.0-dev" # do not change authors = [ - "Onica Group LLC ", + "Rackspace Technology, Inc. ", ] classifiers = [ "Intended Audience :: Developers", @@ -16,7 +16,7 @@ classifiers = [ "Topic :: Utilities", ] description = "Simplify infrastructure/app testing/deployment" -documentation = "https://docs.onica.com/projects/runway" +documentation = "https://runway.readthedocs.io" homepage = "https://github.com/rackspace/runway" keywords = ["cli"] license = "Apache-2.0"