From 43a39ae427e8b00839d0edb29be1b2c1e9fe45c5 Mon Sep 17 00:00:00 2001 From: Ben Stahl Date: Thu, 25 May 2017 07:38:44 -0400 Subject: [PATCH 1/3] Remove no longer maintained domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bf69ab..0559d8f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ place to ask about it might be in [ipfs/apps](https://github.com/ipfs/apps) or * [ipfs-search](http://ipfs-search.com) - Search engine for files and directories on IPFS. * [ipfs-share](https://github.com/rameshvarun/ipfs-share) - Pastebin/Image host/File sharing application * [ipfs-userscript](https://github.com/loadletter/ipfs-redirect-userscript) - Browser userscript for redirecting gateway.ipfs.io links to your local gateway. This should work on any browser that hasn’t had an extension written for it yet and has support for userscripts. -* [ipfs.pics](https://ipfs.pics) - Upload and share pics. [GitHub](https://github.com/ipfspics/ipfspics-server) +* [ipfs.pics](https://github.com/ipfspics/ipfspics-server) - Upload and share pics. * [IPFSBin](https://github.com/victorbjelkholm/ipfsbin) - Pastebin clone build. * [markup.rocks](https://github.com/davidar/markup.rocks) - Pandoc-based markup editor/previewer/converter, ported to IPFS. [Example](https://ipfs.io/ipfs/QmWPgJnUGLB1LPh9KMG9LEN4LVu5e17TwkEtcmTWdNn9V6/#/ipfs/QmfQ75DjAxYzxMP2hdm6o4wFwZS5t7uorEZ2pX9AKXEg2u) * [Orbit](https://github.com/haadcode/orbit) - Distributed, peer-to-peer chat application on IPFS. From 0d33f39bab693d1f56d2cd4dd7b3a50a57391c94 Mon Sep 17 00:00:00 2001 From: Ben Stahl Date: Thu, 25 May 2017 07:41:24 -0400 Subject: [PATCH 2/3] Eris changed to Monax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0559d8f..936ddb0 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ These are narrowly-scoped, little JS "apps" deployed through IPFS. * 2015-09-10: [First Steps Toward Implementing Distributed Permanent Web With IPFS](https://hacked.com/first-steps-toward-implementing-distributed-permanent-web-ipfs/) (Hacked.com) * 2015-09-13: [Introduction to IPFS](http://whatdoesthequantsay.com/2015/09/13/ipfs-introduction-by-example) (whatdoesthequantsay.com) * 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) (Vice // Motherboard) -* 2015-11-01: [Eris + IPFS](http://db.erisindustries.com/distributed%20business/2015/11/01/eris-and-ipfs/) (erisindustries.com) +* 2015-11-01: [Eris + IPFS](https://monax.io/2015/11/01/eris-and-ipfs/) (monax.io) ### Articles independently hosted on 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) From e03b08ab88e98aeaffc16f5fb60c22314f5ab34b Mon Sep 17 00:00:00 2001 From: Ben Stahl Date: Thu, 25 May 2017 08:02:38 -0400 Subject: [PATCH 3/3] Don't fail travis on ssl errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ddb43ef..cd3108b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ rvm: before_script: - gem install awesome_bot script: - - awesome_bot --allow-redirect --allow-dupe README.md + - awesome_bot --allow-redirect --allow-dupe --allow-ssl README.md