From c141305d14cbbc77bf3c8cd5889d271dbb4f90e0 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 26 Jul 2017 10:28:14 -0700 Subject: [PATCH] Fix README.md drone.io link (#63) --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98844a8..08e116f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ before_script: - gem install awesome_bot script: - - awesome_bot README.md --allow-dupe --allow-ssl + - awesome_bot README.md --allow-dupe --allow-ssl --allow-redirect -t 10 diff --git a/README.md b/README.md index f5e424c..a7528bd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A curated list of Minio community projects inspired by [awesome-go](https://gith * [SSD Nodes](https://www.ssdnodes.com/) - Simple, high performance cloud provider with truly personalized support. ### DevOps - CI/CD -* [drone.io](https://archive.drone.io/login) - drone.io is continuous integration for Github and Bitbucket, that monitors your code for bugs. It uses Minio as an AWS S3 cloud storage alternative. +* [drone.io](https://github.com/drone/drone) - drone.io is continuous integration for Github and Bitbucket, that monitors your code for bugs. It uses Minio as an AWS S3 cloud storage alternative. * [Gorbachev IO](https://www.dragonfly.co.nz/) - Gorbachev is a continuous integration platform, used to manage reproducible research at Dragonfly Data Science. Minio tools are awesome, and the community is supportive and responsive. * [mkrepo](https://github.com/tarantool/mkrepo) - maintains an RPM or DEB repository in S3, and periodically regenerates metadata. You can use Minio as a convenient and inexpensive storage for your CI. * [s3-resource-simple](https://github.com/making/s3-resource-simple) - s3-resource-simple is [Concourse CI's](https://concourse.ci/) resource for uploading files to S3. It supports Minio as an object storage backend.