docs: fix subdomain examples in CHANGELOG
Marcin Rataj committed
Apr 28, 2020 at 21:00 UTC
66162959e5ec63c534f82fa37b8722535b86c439
1 file changed
+4
-4
CHANGELOG.md
+4
-4
@@ -226,13 +226,13 @@ In addition to a bunch of bug fixes, we've made two improvements to the gateway.
226
227
You can play with both of these features by visiting:
228
229
-> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.io/
229
+> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080
230
231
##### Subdomain Gateway
232
233
First up, we've changed how URLs in the IPFS gateway work for better browser
234
security. The gateway will now redirect from
235
-`http://localhost:5001/ipfs/CID/...` to `http://CID.ipfs.localhost:5001/...` by
235
+`http://localhost:8080/ipfs/CID/...` to `http://CID.ipfs.localhost:8080/...` by
236
default. This:
237
238
* Ensures that every dapp gets its own browser origin.
@@ -246,7 +246,7 @@ Note: cURL doesn't follow redirects by default. To avoid breaking cURL and other
246
247
The second feature is a face-lift to the directory listing theme and color palette.
248
249
-> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.io/
249
+> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080
250
251
#### IPNS
252
@@ -4997,7 +4997,7 @@ There have been no changes since the last release candidate 0.4.3-rc4. \o/
4997
### 0.4.3-rc4 - 2016-09-09
4998
4999
This release candidate fixes issues in Bitswap and the `ipfs add` command, and improves testing.
5000
-We plan for this to be the last release candidate before the release of go-ipfs v0.4.3.
5000
+We plan for this tohttp://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080 be the last release candidate before the release of go-ipfs v0.4.3.
5001
5002
With this release candidate, we're also moving go-ipfs to Go 1.7, which we expect will yield improvements in runtime performance, memory usage, build time and size of the release binaries.
5003