From e55f221ce7eeeb8a78cee8950c14938e8be69120 Mon Sep 17 00:00:00 2001
From: Naoise Holohan
Date: Thu, 31 Aug 2023 16:36:06 +0100
Subject: [PATCH 1/3] Fixing README download badges
Signed-off-by: Naoise Holohan
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ce701e8e05..6cbedd7529 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/adversarial-robustness-toolbox)](https://pypi.org/project/adversarial-robustness-toolbox/)
[![slack-img](https://img.shields.io/badge/chat-on%20slack-yellow.svg)](https://ibm-art.slack.com/)
-[![Downloads](https://pepy.tech/badge/adversarial-robustness-toolbox)](https://pepy.tech/project/adversarial-robustness-toolbox)
-[![Downloads](https://pepy.tech/badge/adversarial-robustness-toolbox/month)](https://pepy.tech/project/adversarial-robustness-toolbox)
+[![Downloads](https://static.pepy.tech/badge/adversarial-robustness-toolbox)](https://pepy.tech/project/adversarial-robustness-toolbox)
+[![Downloads](https://static.pepy.tech/badge/adversarial-robustness-toolbox/month)](https://pepy.tech/project/adversarial-robustness-toolbox)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5090/badge)](https://bestpractices.coreinfrastructure.org/projects/5090)
[中文README请按此处](README-cn.md)
From 959b199cf75157036ffa22bc2e489bec43dca08c Mon Sep 17 00:00:00 2001
From: Naoise Holohan
Date: Mon, 4 Sep 2023 11:56:28 +0100
Subject: [PATCH 2/3] Fixing README-cn download badges
Signed-off-by: Naoise Holohan
---
README-cn.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README-cn.md b/README-cn.md
index d28fdc272c..6f6fd14084 100644
--- a/README-cn.md
+++ b/README-cn.md
@@ -13,8 +13,8 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/adversarial-robustness-toolbox)](https://pypi.org/project/adversarial-robustness-toolbox/)
[![slack-img](https://img.shields.io/badge/chat-on%20slack-yellow.svg)](https://ibm-art.slack.com/)
-[![Downloads](https://pepy.tech/badge/adversarial-robustness-toolbox)](https://pepy.tech/project/adversarial-robustness-toolbox)
-[![Downloads](https://pepy.tech/badge/adversarial-robustness-toolbox/month)](https://pepy.tech/project/adversarial-robustness-toolbox)
+[![Downloads](https://static.pepy.tech/badge/adversarial-robustness-toolbox)](https://pepy.tech/project/adversarial-robustness-toolbox)
+[![Downloads](https://static.pepy.tech/badge/adversarial-robustness-toolbox/month)](https://pepy.tech/project/adversarial-robustness-toolbox)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5090/badge)](https://bestpractices.coreinfrastructure.org/projects/5090)
From 933690f2303bfdb1cab42ec3c91a28a9d6778129 Mon Sep 17 00:00:00 2001
From: Naoise Holohan
Date: Wed, 6 Sep 2023 16:21:37 +0100
Subject: [PATCH 3/3] Removing malfunctioning Continuous Integration badge from
READMEs
Signed-off-by: Naoise Holohan
---
README-cn.md | 1 -
README.md | 1 -
2 files changed, 2 deletions(-)
diff --git a/README-cn.md b/README-cn.md
index 6f6fd14084..faf0bd4c46 100644
--- a/README-cn.md
+++ b/README-cn.md
@@ -4,7 +4,6 @@
-![Continuous Integration](https://github.com/Trusted-AI/adversarial-robustness-toolbox/workflows/Continuous%20Integration/badge.svg)
![CodeQL](https://github.com/Trusted-AI/adversarial-robustness-toolbox/workflows/CodeQL/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/adversarial-robustness-toolbox/badge/?version=latest)](http://adversarial-robustness-toolbox.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://badge.fury.io/py/adversarial-robustness-toolbox.svg)](https://badge.fury.io/py/adversarial-robustness-toolbox)
diff --git a/README.md b/README.md
index 6cbedd7529..fd6c5e9cc4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,6 @@
-![Continuous Integration](https://github.com/Trusted-AI/adversarial-robustness-toolbox/workflows/Continuous%20Integration/badge.svg)
![CodeQL](https://github.com/Trusted-AI/adversarial-robustness-toolbox/workflows/CodeQL/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/adversarial-robustness-toolbox/badge/?version=latest)](http://adversarial-robustness-toolbox.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://badge.fury.io/py/adversarial-robustness-toolbox.svg)](https://badge.fury.io/py/adversarial-robustness-toolbox)