From a04a9ef04acccef811d409252aadfda8ddfe89ec Mon Sep 17 00:00:00 2001 From: seedgou Date: Mon, 20 Aug 2018 20:02:01 +0800 Subject: [PATCH 1/2] Fix issue #190 README.md Fix https://github.com/ipfs/awesome-ipfs/issues/190 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd3bf0..b8ad785 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [InterPlanetary Wayback](https://github.com/oduwsdl/ipwb) - Web Archive (WARC) indexing and replay using IPFS. - [Interplanetary Wiki](https://github.com/jamescarlyle/ipfs-wiki) - Wiki built on top of IPFS - [IPFessay](https://gitlab.com/stavros/IPFessay) - A simple way to publish uncensorable essays on IPFS. -- [IPFS Desktop](https://github.com/ipfs/ipfs-desktop) - Run your IPFS node on your machine without having to bother with command line tools. Manage your node, add your files, easily change the settings... everything from just one interface. +- [IPFS Desktop](https://github.com/ipfs-shipyard/ipfs-desktop) - Run your IPFS node on your machine without having to bother with command line tools. Manage your node, add your files, easily change the settings... everything from just one interface. - [IPFS Drive](http://ipfs-drive.ydns.eu) - In browser file manager for IPFS. [Source](https://github.com/fazo96/ipfs-drive) - [IPFS Event Drop](https://github.com/travisperson/ipfs-event-drops) - An app that allows for improved visualization of ipfs events. - [IPFS ID and Public Key QR Codes Demo](https://ipfs.io/ipfs/zdj7Whr8X3zah99TSuyPjENaERcBW9C7B36EaCb1DEZ5pbbL9/) - A demo app that uses windows.ipfs to show you a QR Code of your IPNS Link and of your Public Key. [Source](https://github.com/ipfs-shipyard/demo-ipfs-id-qr-codes) From bf07c9d16ee9d64cd0edac95183a1caa2c435d5f Mon Sep 17 00:00:00 2001 From: seedgou Date: Mon, 20 Aug 2018 20:03:56 +0800 Subject: [PATCH 2/2] Fix issue #190 apps.yaml Fix https://github.com/ipfs/awesome-ipfs/issues/190 --- data/apps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/apps.yaml b/data/apps.yaml index 53c85b1..990bcaf 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -284,9 +284,9 @@ content: description: > A ToDo List demo app that uses windows.ipfs. - title: IPFS Desktop - source: https://github.com/ipfs/ipfs-desktop + source: https://github.com/ipfs-shipyard/ipfs-desktop picture: /images/ipfs-desktop.png description: > Run your IPFS node on your machine without having to bother with command line tools. Manage your node, add your files, easily change the settings... everything from - just one interface. \ No newline at end of file + just one interface.