Skip to content

Commit e9df913

Browse files
committed
Changed repo owner from ajbozarth to CODAIT
1 parent e26e388 commit e9df913

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![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)
1+
[![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)
22

33
# Object Detector Web App
44
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
4242
Clone the web app repository locally. In a terminal, run the following command:
4343

4444
```
45-
git clone https://github.com/ajbozarth/MAX-Object-Detector-Web-App.git
45+
git clone https://github.com/CODAIT/MAX-Object-Detector-Web-App.git
4646
```
4747

4848
Change directory into the repository base folder:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/ajbozarth/MAX-Object-Detector-Web-App.git"
11+
"url": "git+https://github.com/CODAIT/MAX-Object-Detector-Web-App.git"
1212
},
1313
"author": "Alex Bozarth",
1414
"license": "Apache-2.0",
1515
"bugs": {
16-
"url": "https://github.com/ajbozarth/MAX-Object-Detector-Web-App/issues"
16+
"url": "https://github.com/CODAIT/MAX-Object-Detector-Web-App/issues"
1717
},
18-
"homepage": "https://github.com/ajbozarth/MAX-Object-Detector-Web-App#readme",
18+
"homepage": "https://github.com/CODAIT/MAX-Object-Detector-Web-App#readme",
1919
"dependencies": {
2020
"express": "^4.16.3",
2121
"request": "^2.87.0",

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h1>MAX Object Detector</h1>
110110
<footer class="footer">
111111
<hr/>
112112
<p style="float:left">Created at the IBM Center for Open-Source Data & AI Technologies</p>
113-
<p style="float:right">Source code available on <a href="https://github.com/ajbozarth/MAX-Object-Detector-Web-App" target="_blank">GitHub</a></p>
113+
<p style="float:right">Source code available on <a href="https://github.com/CODAIT/MAX-Object-Detector-Web-App" target="_blank">GitHub</a></p>
114114
</footer>
115115

116116
</div>

0 commit comments

Comments
 (0)