Skip to content

Commit e827ad4

Browse files
authored
Update GitHub org from CODAIT to IBM (#4)
1 parent b4e7e5e commit e827ad4

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/CODAIT/MAX-Object-Detector-Web-App.svg?branch=master)](https://travis-ci.org/CODAIT/MAX-Object-Detector-Web-App)
1+
[![Build Status](https://travis-ci.org/IBM/MAX-Object-Detector-Web-App.svg?branch=master)](https://travis-ci.org/IBM/MAX-Object-Detector-Web-App)
22

33
# Create a web app to visually interact with objects detected using machine learning
44

@@ -149,7 +149,7 @@ To start the web app using Node.js and running the latest code, follow the steps
149149
Clone the web app repository locally. In a terminal, run the following command:
150150

151151
```
152-
$ git clone https://github.com/CODAIT/MAX-Object-Detector-Web-App.git
152+
$ git clone https://github.com/IBM/MAX-Object-Detector-Web-App.git
153153
```
154154

155155
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/CODAIT/MAX-Object-Detector-Web-App.git"
11+
"url": "git+https://github.com/IBM/MAX-Object-Detector-Web-App.git"
1212
},
1313
"author": "Alex Bozarth",
1414
"license": "Apache-2.0",
1515
"bugs": {
16-
"url": "https://github.com/CODAIT/MAX-Object-Detector-Web-App/issues"
16+
"url": "https://github.com/IBM/MAX-Object-Detector-Web-App/issues"
1717
},
18-
"homepage": "https://github.com/CODAIT/MAX-Object-Detector-Web-App#readme",
18+
"homepage": "https://github.com/IBM/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
@@ -125,7 +125,7 @@ <h1>MAX Object Detector</h1>
125125
<footer class="footer">
126126
<hr/>
127127
<p style="float:left">Created at the IBM Center for Open-Source Data & AI Technologies</p>
128-
<p style="float:right">Source code available on <a href="https://github.com/CODAIT/MAX-Object-Detector-Web-App" target="_blank">GitHub</a></p>
128+
<p style="float:right">Source code available on <a href="https://github.com/IBM/MAX-Object-Detector-Web-App" target="_blank">GitHub</a></p>
129129
</footer>
130130

131131
</div>

0 commit comments

Comments
 (0)