From bfc50681f6eaff8a0f3df326a6a0d55a6f2bc0bc Mon Sep 17 00:00:00 2001 From: Alex Mayer Date: Sun, 25 Aug 2024 00:04:22 -0400 Subject: [PATCH] Fix Image Server Link Signed-off-by: Alex Mayer --- docs/resources/instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/instance.md b/docs/resources/instance.md index 05b1732..57a97f4 100644 --- a/docs/resources/instance.md +++ b/docs/resources/instance.md @@ -97,7 +97,7 @@ resource "incus_instance" "instance2" { * `name` - **Required** - Name of the instance. * `image` - *Optional* - Base image from which the instance will be created. Must - specify [an image accessible from the provider remote](https://linuxcontainers.org/incus/docs/main/reference/remote_image_servers/). + specify [an image accessible from the provider remote](https://linuxcontainers.org/incus/docs/main/reference/image_servers/). * `source_instance` - *Optional* - The source instance from which the instance will be created. See reference below.