Skip to content

Commit

Permalink
chore: ipfs.io → ipfs.tech
Browse files Browse the repository at this point in the history
Release-As: 0.34.0
  • Loading branch information
lidel committed Mar 27, 2024
1 parent fa13148 commit 5c65649
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
14 changes: 7 additions & 7 deletions pkgs/chocolatey/ipfs-desktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<title>IPFS Desktop</title>
<authors>ipfs-shipyard</authors>
<owners>hacdias</owners>
<projectUrl>https://github.com/ipfs-shipyard/ipfs-desktop/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/ipfs-shipyard/ipfs-desktop/assets/icons/tray/ice-big.png</iconUrl>
<licenseUrl>https://raw.githubusercontent.com/ipfs-shipyard/ipfs-desktop/master/LICENSE</licenseUrl>
<projectSourceUrl>https://github.com/ipfs-shipyard/ipfs-desktop/</projectSourceUrl>
<bugTrackerUrl>https://github.com/ipfs-shipyard/ipfs-desktop/issues</bugTrackerUrl>
<projectUrl>https://github.com/ipfs/ipfs-desktop/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/ipfs/ipfs-desktop/assets/icons/tray/ice-big.png</iconUrl>
<licenseUrl>https://raw.githubusercontent.com/ipfs/ipfs-desktop/main/LICENSE</licenseUrl>
<projectSourceUrl>https://github.com/ipfs/ipfs-desktop/</projectSourceUrl>
<bugTrackerUrl>https://github.com/ipfs/ipfs-desktop/issues</bugTrackerUrl>
<tags>ipfs-desktop ipfs p2p distributed InterPlanetary-File-System gateway protocol</tags>
<summary>A desktop client for IPFS.</summary>
<description>
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).
</description>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion src/protocol-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5c65649

Please sign in to comment.