From e9df913052d8b78909558beb03b2033e2160db1d Mon Sep 17 00:00:00 2001 From: Alex Bozarth Date: Wed, 11 Jul 2018 14:13:22 -0700 Subject: [PATCH] Changed repo owner from ajbozarth to CODAIT --- README.md | 4 ++-- package.json | 6 +++--- static/index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2444447..21a1678 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/ajbozarth/MAX-Object-Detector-Web-App.svg?branch=master)](https://travis-ci.org/ajbozarth/MAX-Object-Detector-Web-App) +[![Build Status](https://travis-ci.org/CODAIT/MAX-Object-Detector-Web-App.svg?branch=master)](https://travis-ci.org/CODAIT/MAX-Object-Detector-Web-App) # Object Detector Web App A web app wrapping the [MAX Object Detector](https://github.com/IBM/MAX-Object-Detector) model output @@ -42,7 +42,7 @@ docker run -it -p 5000:5000 max-tf-object-detection Clone the web app repository locally. In a terminal, run the following command: ``` -git clone https://github.com/ajbozarth/MAX-Object-Detector-Web-App.git +git clone https://github.com/CODAIT/MAX-Object-Detector-Web-App.git ``` Change directory into the repository base folder: diff --git a/package.json b/package.json index 622f571..e8c2a32 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ajbozarth/MAX-Object-Detector-Web-App.git" + "url": "git+https://github.com/CODAIT/MAX-Object-Detector-Web-App.git" }, "author": "Alex Bozarth", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/ajbozarth/MAX-Object-Detector-Web-App/issues" + "url": "https://github.com/CODAIT/MAX-Object-Detector-Web-App/issues" }, - "homepage": "https://github.com/ajbozarth/MAX-Object-Detector-Web-App#readme", + "homepage": "https://github.com/CODAIT/MAX-Object-Detector-Web-App#readme", "dependencies": { "express": "^4.16.3", "request": "^2.87.0", diff --git a/static/index.html b/static/index.html index 307c598..252dfda 100644 --- a/static/index.html +++ b/static/index.html @@ -110,7 +110,7 @@

MAX Object Detector