From 1420d11017b297a5238d8aec83a837106d8231d1 Mon Sep 17 00:00:00 2001 From: lucifetsmith Date: Fri, 1 Feb 2019 13:45:35 +0800 Subject: [PATCH 1/2] Update README.md Change Travis CI url from lucifetsmith/kissfft to mborgerding/kissfft --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f1ed47..d39cab5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KISS FFT [![Build Status](https://travis-ci.com/lucifetsmith/kissfft.svg?branch=master)](https://travis-ci.com/lucifetsmith/kissfft) +# KISS FFT [![Build Status](https://api.travis-ci.com/mborgerding/kissfft.svg?branch=master)](https://travis-ci.com/mborgerding/kissfft) KISS FFT - A mixed-radix Fast Fourier Transform based up on the principle, "Keep It Simple, Stupid." From 99478d557dbaba0f5b0f41a8eca6fda251bf2184 Mon Sep 17 00:00:00 2001 From: lucifetsmith Date: Fri, 1 Feb 2019 14:20:53 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d39cab5..7a138a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KISS FFT [![Build Status](https://api.travis-ci.com/mborgerding/kissfft.svg?branch=master)](https://travis-ci.com/mborgerding/kissfft) +# KISS FFT [![Build Status](https://travis-ci.com/mborgerding/kissfft.svg?branch=master)](https://travis-ci.com/mborgerding/kissfft) KISS FFT - A mixed-radix Fast Fourier Transform based up on the principle, "Keep It Simple, Stupid."