diff --git a/README.md b/README.md
index 45d87cc6d..358c8fae8 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![total download count](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/total.svg?style=flat-square&label=all%20downloads)](https://github.com/ipfs/ipfs-desktop/releases)
[![latest release download count](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.33.0/total.svg?style=flat-square)](https://github.com/ipfs/ipfs-desktop/releases/tag/v0.33.0)
-**IPFS Desktop gives you all the power of [IPFS](https://ipfs.io) in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer.**
+**IPFS Desktop gives you all the power of [IPFS](https://ipfs.tech) in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer.**
Use IPFS Desktop to get acquainted with IPFS without needing to touch the terminal — or, if you're already experienced, use the powerful menubar/taskbar shortcuts alongside the command line to make your IPFS workflow faster.
diff --git a/pkgs/chocolatey/ipfs-desktop.nuspec b/pkgs/chocolatey/ipfs-desktop.nuspec
index 3bb6ea173..c4a30d60f 100644
--- a/pkgs/chocolatey/ipfs-desktop.nuspec
+++ b/pkgs/chocolatey/ipfs-desktop.nuspec
@@ -6,18 +6,18 @@
IPFS Desktop
ipfs-shipyard
hacdias
- https://github.com/ipfs-shipyard/ipfs-desktop/
- https://cdn.jsdelivr.net/gh/ipfs-shipyard/ipfs-desktop/assets/icons/tray/ice-big.png
- https://raw.githubusercontent.com/ipfs-shipyard/ipfs-desktop/master/LICENSE
- https://github.com/ipfs-shipyard/ipfs-desktop/
- https://github.com/ipfs-shipyard/ipfs-desktop/issues
+ https://github.com/ipfs/ipfs-desktop/
+ https://cdn.jsdelivr.net/gh/ipfs/ipfs-desktop/assets/icons/tray/ice-big.png
+ https://raw.githubusercontent.com/ipfs/ipfs-desktop/main/LICENSE
+ https://github.com/ipfs/ipfs-desktop/
+ https://github.com/ipfs/ipfs-desktop/issues
ipfs-desktop ipfs p2p distributed InterPlanetary-File-System gateway protocol
A desktop client for IPFS.
IPFS Desktop
- A desktop client for [IPFS](https://ipfs.io).
- You don't need the command line to run an IPFS node. Just install IPFS Desktop and have all the power of IPFS in your hands. Powered by [Web UI](https://github.com/ipfs-shipyard/ipfs-webui).
+ A desktop client for [IPFS](https://ipfs.tech).
+ You don't need the command line to run an IPFS node. Just install IPFS Desktop and have all the power of IPFS in your hands. Powered by [Kubo](https://github.com/ipfs/kubo#readme) and [Web UI](https://github.com/ipfs/ipfs-webui).
diff --git a/src/protocol-handlers.js b/src/protocol-handlers.js
index 7c7fcc6c8..294d72516 100644
--- a/src/protocol-handlers.js
+++ b/src/protocol-handlers.js
@@ -14,7 +14,7 @@ function parseAddr (addr) {
async function parseUrl (url) {
const getIpfsd = await getCtx().getProp('getIpfsd')
const ipfsd = getIpfsd ? await getIpfsd(true) : null
- let base = 'https://ipfs.io'
+ let base = 'https://dweb.link'
if (ipfsd && ipfsd.gatewayAddr) {
base = parseAddr(ipfsd.gatewayAddr)