From 5d38750001ca6c4f90b4b56c571c7b84af9d598b Mon Sep 17 00:00:00 2001 From: Sacha Dujardin Date: Mon, 2 Dec 2024 22:04:54 +0100 Subject: [PATCH] doc(p2p/rework-ipfs): changed dead links --- p2p/10.IPFS_or_HTTP/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p2p/10.IPFS_or_HTTP/README.md b/p2p/10.IPFS_or_HTTP/README.md index 2b32d04c..3034de24 100644 --- a/p2p/10.IPFS_or_HTTP/README.md +++ b/p2p/10.IPFS_or_HTTP/README.md @@ -92,7 +92,7 @@ Then, the time it took to respond to the request. Afterward, the address which r `POST` is another **HTTP method** than `GET`. When you fill the form earlier, it was **you** that was giving the server some information :that is the main difference between `POST` and `GET`. -> 💡 Learn more about HTTP methods [here](https://www.restapitutorial.com/lessons/httpmethods.html). +> 💡 Learn more about HTTP methods [here](https://fr.wikipedia.org/wiki/Hypertext_Transfer_Protocol). Then, go to look at our `uploads` folder : you have the file you just downloaded in here ! >💡 This is how HTTP works. When retrieving data, HTTP focuses on **location**. @@ -102,7 +102,7 @@ Then, go to look at our `uploads` folder : you have the file you just downloaded > 💡 HTTP is cool but has its limits : if the server is down, you won't be able to retrieve the data stored. Furthermore, your government can easily block access to certain servers by their IPs that host particular website for censure purposes. Let's see how IPFS answers this issues. -At its core, IPFS is a [distributed system](https://blog.stackpath.com/distributed-system/) for storing and accessing files, websites, applications, and data. +At its core, IPFS is a [distributed system](https://en.wikipedia.org/wiki/Distributed_computing) for storing and accessing files, websites, applications, and data. Instead of referring to data (photos, articles, videos) by **location**, or which server they are stored on, IPFS refers to everything by that data’s [hash](https://docs.ipfs.io/concepts/hashing/#hashes-are-important), meaning the **content itself.**