From 80ee0a79a6bb6c6a8147c67b85cf88aafcae1908 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Fri, 14 Jun 2019 16:09:48 -0700 Subject: [PATCH] README: Update docs links Now that the libflatpak reference is on docs.flatpak.org, link to it. And link to the Introduction section as well. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e303d494..f797842f 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) and on [the mailing list](https://lists.freedesktop.org/mailman/listinfo/flatpak). -Read documentation for the flatpak [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](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). # Contributing