Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix subdomain examples in CHANGELOG #7240

Merged
merged 4 commits into from
Apr 29, 2020

Conversation

lidel
Copy link
Member

@lidel lidel commented Apr 28, 2020

This PR

  • fixes invalid examples for subdomain gateway in CHANGELOG for v0.5.0
  • fixes ENS example

(I already fixed this in https://github.com/ipfs/go-ipfs/releases/tag/v0.5.0)

cc @raulk @Stebalien

CHANGELOG.md Outdated Show resolved Hide resolved
@lidel lidel requested review from raulk and Stebalien April 28, 2020 19:13
@@ -226,13 +226,13 @@ In addition to a bunch of bug fixes, we've made two improvements to the gateway.

You can play with both of these features by visiting:

> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.io/
> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd use dweb.link (see #7240). That way, this works for users without IPFS installed.

Copy link
Member Author

@lidel lidel Apr 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Stebalien Listings are still broken there (imposible to go into sublinks when on subdomain gateway), that is why I explicitly did not use it as an example.

We can switch to dweb.link when its actually uses 0.5 for subdomain feature.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -246,15 +246,15 @@ Note: cURL doesn't follow redirects by default. To avoid breaking cURL and other

The second feature is a face-lift to the directory listing theme and color palette.

> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.io/
> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto


#### IPNS

This release includes several new IPNS and IPNS-related features.

##### ENS

IPFS now resolves [ENS](https://ens.domains/) names (e.g., [/ipns/ipfs.eth](https://ipfs.eth.dweb.link)) via DNSLink.
IPFS now resolves [ENS](https://ens.domains/) names (e.g., `/ipns/ipfs.eth`) via DNSLink provided by https://eth.link service.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ipfs.eth.dweb.link is invalid
https://ipfs.eth.ipfs.dweb.link wont have proper TLS setup, better to not link or link to a local gateway instead

@lidel lidel requested a review from momack2 April 28, 2020 21:14
@Stebalien Stebalien merged commit 3b233db into master Apr 29, 2020
@lidel lidel deleted the docs/fix-changelog-examples branch April 29, 2020 19:14
@Stebalien Stebalien mentioned this pull request May 26, 2020
77 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants