[lxc-devel] [lxd/master] README: Update doc links
stgraber on Github
lxc-bot at linuxcontainers.org
Fri Dec 14 21:27:46 UTC 2018
A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 370 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20181214/7b1182d3/attachment.bin>
-------------- next part --------------
From 59ff7e03dd34d059a6c678d982e70d00a5e35112 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Fri, 14 Dec 2018 16:26:35 -0500
Subject: [PATCH] README: Update doc links
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Closes #5358
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
doc/index.md | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/doc/index.md b/doc/index.md
index ee89f5b24d..58af929f91 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -13,15 +13,16 @@ Release announcements can be found here: <https://linuxcontainers.org/lxd/news/>
And the release tarballs here: <https://linuxcontainers.org/lxd/downloads/>
## Status
-Type | Service | Status
---- | --- | ---
-CI (Linux) | Jenkins | [](https://jenkins.linuxcontainers.org/job/lxd-github-commit/)
-CI (macOS) | Travis | [](https://travis-ci.org/lxc/lxd/)
-CI (Windows) | AppVeyor | [](https://ci.appveyor.com/project/lxc/lxd/)
-Documentation | Godoc | [](https://godoc.org/github.com/lxc/lxd/client)
-Static analysis | GoReport | [](https://goreportcard.com/report/github.com/lxc/lxd)
-Translations | Weblate | [](https://hosted.weblate.org/projects/linux-containers/lxd/)
-Project status | CII Best Practices | [](https://bestpractices.coreinfrastructure.org/projects/1086)
+Type | Service | Status
+--- | --- | ---
+CI (Linux) | Jenkins | [](https://jenkins.linuxcontainers.org/job/lxd-github-commit/)
+CI (macOS) | Travis | [](https://travis-ci.org/lxc/lxd/)
+CI (Windows) | AppVeyor | [](https://ci.appveyor.com/project/lxc/lxd/)
+LXD documentation | ReadTheDocs | [](https://lxd.readthedocs.org)
+Go documentation | Godoc | [](https://godoc.org/github.com/lxc/lxd/client)
+Static analysis | GoReport | [](https://goreportcard.com/report/github.com/lxc/lxd)
+Translations | Weblate | [](https://hosted.weblate.org/projects/linux-containers/lxd/)
+Project status | CII Best Practices | [](https://bestpractices.coreinfrastructure.org/projects/1086)
## Installing LXD from packages
Instructions on installing LXD for a wide variety of Linux distributions and operating systems [can be found on our website](https://linuxcontainers.org/lxd/getting-started-cli/).
@@ -101,7 +102,7 @@ sudo -E LD_LIBRARY_PATH=$LD_LIBRARY_PATH $GOPATH/bin/lxd --group sudo
```
## Getting started with LXD
-Now that you have LXD running on your system you can read the [getting started guide](https://linuxcontainers.org/lxd/getting-started-cli/) or go through more examples and configurations in [our documentation](https://github.com/lxc/lxd/tree/master/doc).
+Now that you have LXD running on your system you can read the [getting started guide](https://linuxcontainers.org/lxd/getting-started-cli/) or go through more examples and configurations in [our documentation](https://lxd.readthedocs.org).
## Bug reports
Bug reports can be filed at: <https://github.com/lxc/lxd/issues/new>
More information about the lxc-devel
mailing list