From 450d2dfb145477476515ca75222222781504bf46 Mon Sep 17 00:00:00 2001 From: "Kamil A. Kaczmarek" Date: Thu, 23 Jan 2020 15:10:07 +0100 Subject: [PATCH] Fixes links (#71) * links fixed * updated year --- README.md | 2 +- docs/index.rst | 8 ++++---- pylintrc | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 039ccfc..2148c23 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # neptune-contrib -[![Build Status](https://travis-ci.org/neptune-ml/neptune-contrib.svg?branch=master)](https://travis-ci.org/neptune-ml/neptune-contrib) +[![Build Status](https://travis-ci.org/neptune-ai/neptune-contrib.svg?branch=master)](https://travis-ci.org/neptune-ai/neptune-contrib) # Documentation See [neptune-contrib documentation site](https://neptune-contrib.readthedocs.io) diff --git a/docs/index.rst b/docs/index.rst index c752cff..5dc802d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -90,10 +90,10 @@ Indices and tables * :ref:`modindex` -.. _GitHub: https://github.com/neptune-ml/neptune-contrib -.. _Git Issues: https://github.com/neptune-ml/neptune-contrib/issues -.. _Git Feature Request: https://github.com/neptune-ml/neptune-contrib/issues +.. _GitHub: https://github.com/neptune-ai/neptune-contrib +.. _Git Issues: https://github.com/neptune-ai/neptune-contrib/issues +.. _Git Feature Request: https://github.com/neptune-ai/neptune-contrib/issues .. _Neptune app: https://neptune.ai/ .. _Neptune community forum: https://community.neptune.ai/ -.. _Github projects: https://github.com/neptune-ml/neptune-contrib/projects +.. _Github projects: https://github.com/neptune-ai/neptune-contrib/projects .. _Neptune community spectrum: https://spectrum.chat/neptune-community?tab=posts diff --git a/pylintrc b/pylintrc index 3b79d55..8e6a5cb 100644 --- a/pylintrc +++ b/pylintrc @@ -299,7 +299,7 @@ overgeneral-exceptions=Exception # File header file-header=# - # Copyright (c) (2019|2020), Neptune Labs Sp. z o.o. + # Copyright (c) 2020, Neptune Labs Sp. z o.o. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 0f12082..7657dd9 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def main(): author='neptune.ai', support='contact@neptune.ai', author_email='contact@neptune.ai', - url="https://github.com/neptune-ml/neptune-contrib", + url="https://github.com/neptune-ai/neptune-contrib", long_description=readme, license='MIT License', install_requires=base_libs,