Skip to content

Commit 5c64cba

Browse files
committed
Updated links for public git.
1 parent 8b0705e commit 5c64cba

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Welcome to CodeFlare Pipeline! This page contains information about reporting is
2222

2323
It's encouraged that you look under the Issues tab for contribution opportunites. For those new to the project, we suggest looking under:
2424

25-
- Issues tagged as [Good First Use](https://github.ibm.com/codeflare/ray-pipeline/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22)
26-
- Issues tagged as [Help Wanted](https://github.ibm.com/codeflare/ray-pipeline/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22)
27-
- Issues tagged as [Good First Project](https://github.ibm.com/codeflare/ray-pipeline//issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+project%22)
25+
- Issues tagged as [Good First Use](https://github.com/project-codeflare/codeflare/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22)
26+
- Issues tagged as [Help Wanted](https://github.com/project-codeflare/codeflare/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22)
27+
- Issues tagged as [Good First Project](https://github.com/project-codeflare/codeflare//issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+project%22)
2828

2929
This project uses ZenHub for tracking of issues and roadmap.
3030

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515

1616
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
1717
[![Build
18-
Status](https://travis.ibm.com/codeflare/codeflare.svg?token=jYGqz8UKPqjxGaHzGAAi&branch=develop)](https://travis.ibm.com/codeflare/codeflare)
19-
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.ibm.com/codeflare/codeflare/issues)
18+
Status](https://travis-ci.com/project-codeflare/rayvens.svg?token=hCqvNPDsDawExuyhTBqj&branch=main
19+
)](https://travis-ci.com/project-codeflare/rayvens.svg?token=hCqvNPDsDawExuyhTBqj&branch=main)
20+
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.ibm.com/project-codeflare/codeflare/issues)
2021

2122
## Scale complex AI/ML pipelines anywhere
2223

@@ -52,7 +53,7 @@ We recommend installing Python 3.8.7 using
5253

5354
Clone this repository and install CodeFlare:
5455
```shell
55-
git clone https://github.ibm.com/codeflare/ray-pipeline.git
56+
git clone https://github.com/project-codeflare/codeflare.git
5657
pip install --upgrade pip
5758
pip install .
5859
```

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
such as scikit-learn and Apache Spark, while providing nearly optimal scale-out parallelism on pipelined computations.
2222
2323
For the full documentation see
24-
[https://github.ibm.com/codeflare/ray-pipeline](https://github.ibm.com/codeflare/ray-pipeline).
24+
[https://github.com/project-codeflare/codeflare](https://github.com/project-codeflare/codeflare).
2525
'''
2626

2727
setup(
@@ -31,7 +31,7 @@
3131
install_requires=[
3232
'ray[default,serve,k8s]>=1.3.0'
3333
],
34-
url='https://github.ibm.com/project-codeflare',
34+
url='https://github.com/project-codeflare/codeflare',
3535
license='Apache v2.0',
3636
author='Raghu Ganti, Mudhakar Srivatsa',
3737
author_email='rganti@us.ibm.com',
@@ -49,7 +49,7 @@
4949
'Topic :: System :: Distributed Computing',
5050
],
5151
project_urls={
52-
'Bug Reports': 'https://github.ibm.com/codeflare/ray-pipeline/issues',
53-
'Source': 'https://github.ibm.com/codeflare/ray-pipeline',
52+
'Bug Reports': 'https://github.com/project-codeflare/codeflare/issues',
53+
'Source': 'https://github.com/project-codeflare/codeflare',
5454
},
5555
)

0 commit comments

Comments
 (0)