Skip to content

Commit

Permalink
Remove last links to CERN's gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler committed Nov 28, 2019
1 parent a39f9ef commit ecd8728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pip install --user fast-flow

## Documentation
While better documentation is on its way, you might want to look at the examples directory to see how this can be used.
In addition, the [`fast-carpenter`](https://gitlab.cern.ch/fast-hep/public/fast-carpenter) package makes use of this, so it might be helpful to see how this is used there.
In addition, the [`fast-carpenter`](https://github.com/fast-hep/fast-carpenter) package makes use of this, so it might be helpful to see how this is used there.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_version():
description="YAML-based analysis flow description language",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitlab.cern.ch/fast-hep/public/fast-flow",
url="https://github.com/fast-hep/fast-flow",
packages=setuptools.find_packages(exclude=["tests"]),
install_requires=['six', 'pyyaml'],
#setup_requires=["pytest-runner"],
Expand Down

0 comments on commit ecd8728

Please sign in to comment.