diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4c3a38c..dde06dd 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,2 +1,2 @@ -This project is governed by [Lyft's code of conduct](https://github.com/lyft/code-of-conduct). +This project is governed by [Amundsen's code of conduct](https://github.com/amundsen-io/amundsen/blob/master/CODE_OF_CONDUCT.md). All contributors and participants agree to abide by its terms. diff --git a/README.md b/README.md index b6d6028..b2140bf 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ [![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://amundsenworkspace.slack.com/join/shared_invite/enQtNTk2ODQ1NDU1NDI0LTc3MzQyZmM0ZGFjNzg5MzY1MzJlZTg4YjQ4YTU0ZmMxYWU2MmVlMzhhY2MzMTc1MDg0MzRjNTA4MzRkMGE0Nzk) Amundsen Common library holds common codes among micro services in Amundsen. -For information about Amundsen and our other services, visit the [main repository](https://github.com/lyft/amundsen). Please also see our instructions for a [quick start](https://github.com/lyft/amundsen/blob/master/docs/installation.md#bootstrap-a-default-version-of-amundsen-using-docker) setup of Amundsen with dummy data, and an [overview of the architecture](https://github.com/lyft/amundsen/blob/master/docs/architecture.md). +For information about Amundsen and our other services, visit the [main repository](https://github.com/amundsen-io/amundsen). Please also see our instructions for a [quick start](https://github.com/amundsen-io/amundsen/blob/master/docs/installation.md#bootstrap-a-default-version-of-amundsen-using-docker) setup of Amundsen with dummy data, and an [overview of the architecture](https://github.com/amundsen-io/amundsen/blob/master/docs/architecture.md#architecture). ## Requirements - Python >= 3.6 ## Doc -- https://lyft.github.io/amundsen/ +- https://www.amundsen.io/amundsen/ diff --git a/setup.py b/setup.py index 078d0e3..0b95675 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,9 @@ description='Common code library for Amundsen', long_description=open('README.md').read(), long_description_content_type='text/markdown', - url='https://github.com/lyft/amundsencommon', - maintainer='Lyft', - maintainer_email='amundsen-dev@lyft.com', + url='https://github.com/amundsen-io/amundsencommon', + maintainer='Amundsen TSC', + maintainer_email='amundsen-tsc@lists.lfai.foundation', packages=find_packages(exclude=['tests*']), dependency_links=[], install_requires=[