From f5dffcbaa3828b055da355593cc4956df906e778 Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Wed, 5 Aug 2020 17:55:50 -0700 Subject: [PATCH] README: Adjust links to docs The libflatpak API reference link was broken. Let's just link to docs.flatpak.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ad21b6..66f3fcb3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See https://flatpak.org/ for more information. Community discussion happens in [#flatpak on Freenode](ircs://chat.freenode.net/flatpak), on [the mailing list](https://lists.freedesktop.org/mailman/listinfo/flatpak), and on [the Flathub Discourse](https://discourse.flathub.org/). -Read documentation for [Flatpak](http://docs.flatpak.org/en/latest/introduction.html), its [commandline tools](http://docs.flatpak.org/en/latest/flatpak-command-reference.html), and for the libflatpak [library API](http://flatpak.github.io/flatpak/reference/html/index.html). +Read documentation for Flatpak [here](https://docs.flatpak.org/en/latest/index.html). # Contributing