From 0ff7d8981be9eee7b0e9f583a2382347a4f60510 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 12 Jan 2021 11:34:47 +0300 Subject: [PATCH] Updates repo URL --- README.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0aaf0f..080630a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # safe-assert [![wemake.services](https://img.shields.io/badge/%20-wemake.services-green.svg?label=%20&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC%2FxhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP%2F%2F%2F5TvxDIAAAAIdFJOUwAjRA8xXANAL%2Bv0SAAAADNJREFUGNNjYCAIOJjRBdBFWMkVQeGzcHAwksJnAPPZGOGAASzPzAEHEGVsLExQwE7YswCb7AFZSF3bbAAAAABJRU5ErkJggg%3D%3D)](https://wemake.services) -[![test](https://github.com/sobolevn/safe-assert/workflows/test/badge.svg?branch=master&event=push)](https://github.com/sobolevn/safe-assert/actions?query=workflow%3Atest) -[![codecov](https://codecov.io/gh/sobolevn/safe-assert/branch/master/graph/badge.svg)](https://codecov.io/gh/sobolevn/safe-assert) +[![test](https://github.com/wemake-services/safe-assert/workflows/test/badge.svg?branch=master&event=push)](https://github.com/wemake-services/safe-assert/actions?query=workflow%3Atest) +[![codecov](https://codecov.io/gh/wemake-services/safe-assert/branch/master/graph/badge.svg)](https://codecov.io/gh/wemake-services/safe-assert) [![Python Version](https://img.shields.io/pypi/pyversions/safe-assert.svg)](https://pypi.org/project/safe-assert/) [![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide) @@ -52,7 +52,7 @@ Useful in conjunction with [`dry-python`](https://github.com/dry-python) project How does it work internally? It internally raises [`AssertionError`](https://docs.python.org/3/library/exceptions.html#AssertionError) that is also used by the `assert` keyword itself. -See [docs](https://github.com/sobolevn/safe-assert/blob/master/safe_assert/__init__.py) to learn more. +See [docs](https://github.com/wemake-services/safe-assert/blob/master/safe_assert/__init__.py) to learn more. ## License diff --git a/pyproject.toml b/pyproject.toml index 1b01fe6..df7325c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ authors = [ readme = "README.md" -repository = "https://github.com/sobolevn/safe-assert" +repository = "https://github.com/wemake-services/safe-assert" keywords = [ "assert",