[lxc-devel] [lxd/master] fix links in api-extension

Catramen on Github lxc-bot at linuxcontainers.org
Thu Jul 19 20:13:49 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 381 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180719/835b1407/attachment.bin>
-------------- next part --------------
From ba5ae09207948fe81622522c8f31036926aa5b92 Mon Sep 17 00:00:00 2001
From: Jingkui Wang <jkwang at google.com>
Date: Thu, 19 Jul 2018 13:03:34 -0700
Subject: [PATCH] fix links in api-extension

Signed-off-by: Jingkui Wang <jkwang at google.com>
---
 doc/api-extensions.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/api-extensions.md b/doc/api-extensions.md
index c2680d8ec..5ea7aa802 100644
--- a/doc/api-extensions.md
+++ b/doc/api-extensions.md
@@ -39,14 +39,14 @@ A number of new syscalls related container configuration keys were introduced.
  * `security.syscalls.blacklist`
  * `security.syscalls.whitelist`
 
-See [configuration.md](Configuration) for how to use them.
+See [configuration.md](configuration.md) for how to use them.
 
 ## auth\_pki
 This indicates support for PKI authentication mode.
 
 In this mode, the client and server both must use certificates issued by the same PKI.
 
-See [security.md](Security) for details.
+See [security.md](security.md) for details.
 
 ## container\_last\_used\_at
 A `last_used_at` field was added to the `GET /1.0/containers/<name>` endpoint.
@@ -122,9 +122,9 @@ Network management API for LXD.
 This includes:
 
  * Addition of the "managed" property on `/1.0/networks` entries
- * All the network configuration options (see [configuration.md](configuration) for details)
- * `POST /1.0/networks` (see [rest-api.md](RESTful API) for details)
- * `PUT /1.0/networks/<entry>` (see [RESTful API](rest-api.md)for details)
+ * All the network configuration options (see [configuration.md](configuration.md) for details)
+ * `POST /1.0/networks` (see [RESTful API](rest-api.md) for details)
+ * `PUT /1.0/networks/<entry>` (see [RESTful API](rest-api.md) for details)
  * `PATCH /1.0/networks/<entry>` (see [RESTful API](rest-api.md) for details)
  * `DELETE /1.0/networks/<entry>` (see [RESTful API](rest-api.md) for details)
  * `ipv4.address` property on "nic" type devices (when nictype is "bridged")
@@ -215,7 +215,7 @@ This includes:
 * `PATCH /1.0/storage-pools/<pool>/volumes/<volume_type>/<name>` (see [RESTful API](rest-api.md) for details)
 * `DELETE /1.0/storage-pools/<pool>/volumes/<volume_type>/<name>` (see [RESTful API](rest-api.md) for details)
 
-* All storage configuration options (see [configuration.md](configuration) for details)
+* All storage configuration options (see [configuration.md](configuration.md) for details)
 
 ## file\_delete
 Implements `DELETE` in `/1.0/containers/<name>/files`


More information about the lxc-devel mailing list