remove external HTML resources
authorA. Maitland Bottoms <bottoms@debian.org>
Sun, 4 Sep 2022 16:00:56 +0000 (17:00 +0100)
committerA. Maitland Bottoms <bottoms@debian.org>
Sun, 4 Sep 2022 16:00:56 +0000 (17:00 +0100)
Debian packages should not generate traffic to external web services.

Gbp-Pq: Name remove-external-HTML-resources

README.md
cpu_features/README.md

index 9a908b489a6068102686e47437c428a875f4db48..74646311131b24a6066a7b40ec07a68321496167 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,3 @@
-[![Build Status](https://travis-ci.com/gnuradio/volk.svg?branch=master)](https://travis-ci.com/gnuradio/volk) [![Build status](https://ci.appveyor.com/api/projects/status/5o56mgw0do20jlh3/branch/master?svg=true)](https://ci.appveyor.com/project/gnuradio/volk/branch/master)
-![Check PR Formatting](https://github.com/gnuradio/volk/workflows/Check%20PR%20Formatting/badge.svg)
-![Run VOLK tests](https://github.com/gnuradio/volk/workflows/Run%20VOLK%20tests/badge.svg)
-[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3360942.svg)](https://doi.org/10.5281/zenodo.3360942)
-
 ![VOLK Logo](/docs/volk_logo.png)
 
 # Welcome to VOLK!
index a2b213ff66a6b19141b50f2a851feb73ebf19fed..df2b379785690fac53ae5ffc6e3703af2bce04da 100644 (file)
@@ -1,14 +1,4 @@
 # cpu_features
-[![Linux Status][linux_svg]][linux_link]
-[![Macos Status][macos_svg]][macos_link]
-[![Windows Status][windows_svg]][windows_link]
-
-[linux_svg]: https://github.com/google/cpu_features/actions/workflows/amd64_linux.yml/badge.svg?branch=master
-[linux_link]: https://github.com/google/cpu_features/actions/workflows/amd64_linux.yml
-[macos_svg]: https://github.com/google/cpu_features/actions/workflows/amd64_macos.yml/badge.svg?branch=master
-[macos_link]: https://github.com/google/cpu_features/actions/workflows/amd64_macos.yml
-[windows_svg]: https://github.com/google/cpu_features/actions/workflows/amd64_windows.yml/badge.svg?branch=master
-[windows_link]: https://github.com/google/cpu_features/actions/workflows/amd64_windows.yml
 
 A cross-platform C library to retrieve CPU features (such as available
 instructions) at runtime.