From a186ad73e4406ace437bc6e0653aca30735b6637 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Wed, 24 Jun 2020 10:45:32 +0100 Subject: [PATCH 1/2] Fixed a couple 404ing links --- README.md | 3 +-- data/articles.yaml | 3 --- data/services.yaml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 426f07c..c76f576 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,6 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - 2016-05-20: [Changelog Podcast](https://changelog.com/204/) - 2015-09-18: [The InterPlanetary File System Wants to Create a Permanent Web](http://motherboard.vice.com/read/the-interplanetary-file-system-wants-to-create-a-permanent-web) - 2015-09-13: [Introduction to IPFS](http://whatdoesthequantsay.com/2015/09/13/ipfs-introduction-by-example) -- 2015-09-10: [First Steps Toward Implementing Distributed Permanent Web With IPFS](https://hacked.com/first-steps-toward-implementing-distributed-permanent-web-ipfs/) - 2015-09-08: [HTTP is obsolete. It's time for the distributed, permanent web](https://ipfs.io/ipfs/QmNhFJjGcMPqpuYfxL62VVB9528NXqDNMFXiqN5bgFYiZ1/its-time-for-the-permanent-web.html) - [Downloading nodejs versions with nvm/n over IPFS](https://ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D/example#/ipfs/QmUx363UFtgiQqkHHsPK3TSDmwoALDo2hrbMWbcxjH2vFc) @@ -174,7 +173,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [Fission](https://fission.codes) - App and website hosting powered by IPFS, including DNS automation, identity, and end-to-end encryption. - [Peergos](https://peergos.org) - Your private, but social, space online. Store and edit documents and media. Share files or folders with friends. [Source](https://github.com/Peergos/Peergos) - [Pinata](https://pinata.cloud) - Build and manage your dapp through Pinata’s REST API and IPFS toolkit. -- [Robonomics Network](https://robonomics.network/en/) - Ethereum network infrastructure for cyber-physical systems' integration into Smart Cities and Industry 4.0 +- [Robonomics Network](https://robonomics.network/) - Ethereum network infrastructure for cyber-physical systems' integration into Smart Cities and Industry 4.0 - [Temporal](https://temporal.cloud) - Scalable IPFS Infrastructure with free starter package featuring turnkey APIs, toolkits and storage. - [Unstoppable Domains](https://unstoppabledomains.com) - Domains on blockchains diff --git a/data/articles.yaml b/data/articles.yaml index 0b79025..f081a59 100644 --- a/data/articles.yaml +++ b/data/articles.yaml @@ -30,9 +30,6 @@ content: - title: Changelog Podcast date: "2016-05-20" website: https://changelog.com/204/ - - title: First Steps Toward Implementing Distributed Permanent Web With IPFS - date: "2015-09-10" - website: https://hacked.com/first-steps-toward-implementing-distributed-permanent-web-ipfs/ - title: Introduction to IPFS date: "2015-09-13" website: http://whatdoesthequantsay.com/2015/09/13/ipfs-introduction-by-example diff --git a/data/services.yaml b/data/services.yaml index 12d08c2..11ec6bb 100644 --- a/data/services.yaml +++ b/data/services.yaml @@ -20,7 +20,7 @@ content: description: > Paid pinning service with an easy-to-use API. - title: Robonomics Network - website: https://robonomics.network/en/ + website: https://robonomics.network/ picture: /images/1_Robonomics_logo_color.png description: Ethereum network infrastructure for cyber-physical systems' integration into Smart Cities and Industry 4.0 - title: Boom.FYI From 95568bf158622478c2b0aba9559150e577e42c4f Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Wed, 24 Jun 2020 10:55:02 +0100 Subject: [PATCH 2/2] Allow 429 rate-limit errors --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c65888..0ff6c60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: steps: - checkout - run: gem install awesome_bot - - run: awesome_bot --allow-redirect --allow-dupe --allow-ssl -w ipfs.io README.md + - run: awesome_bot --allow 429 --allow-redirect --allow-dupe --allow-ssl -w ipfs.io README.md build: docker: