From 4c63e8b203137e9df05c5c2594e0ff6e983fcf37 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Thu, 11 Jul 2024 14:43:10 -0500 Subject: [PATCH] docs: Fix Linux aarch64 tarball links (#14245) Fixed tarball documentation links for linux aarch64 (they were pointing at x86_64 tarballs) Release Notes: - N/A --- docs/src/linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/linux.md b/docs/src/linux.md index 1428111bf5..f5189eaa00 100644 --- a/docs/src/linux.md +++ b/docs/src/linux.md @@ -47,8 +47,8 @@ If you'd prefer, you can install Zed by downloading our pre-built .tar.gz. This Download the `.tar.gz` file: * [zed-linux-x86_64.tar.gz](https://zed.dev/api/releases/stable/latest/zed-linux-x86_64.tar.gz) ([preview](https://zed.dev/api/releases/preview/latest/zed-linux-x86_64.tar.gz)) -* [zed-linux-aarch64.tar.gz](https://zed.dev/api/releases/stable/latest/zed-linux-x86_64.tar.gz) - ([preview](https://zed.dev/api/releases/preview/latest/zed-linux-x86_64.tar.gz)) +* [zed-linux-aarch64.tar.gz](https://zed.dev/api/releases/stable/latest/zed-linux-aarch64.tar.gz) + ([preview](https://zed.dev/api/releases/preview/latest/zed-linux-aarch64.tar.gz)) Then ensure that the `zed` binary in the tarball is on your path. The easiest way is to unpack the tarball and create a symlink: @@ -114,4 +114,4 @@ All of these features are provided by XDG desktop portals, specifically: - `org.freedesktop.portal.OpenURI` - `org.freedesktop.portal.Secret`, or `org.freedesktop.Secrets` -Some window managers, such as `Hyprland`, don't provide a file picker by default. See [this list](https://wiki.archlinux.org/title/XDG_Desktop_Portal#List_of_backends_and_interfaces) as a starting point for alternatives. `KDE` doesn't implement the secret portal, installing `gnome-keyring` may solve this. +Some window managers, such as `Hyprland`, don't provide a file picker by default. See [this list](https://wiki.archlinux.org/title/XDG_Desktop_Portal#List_of_backends_and_interfaces) as a starting point for alternatives. `KDE` doesn't implement the secret portal, installing `gnome-keyring` may solve this.