From 1883125656659bfff551da9b5880d8c94b3df01f Mon Sep 17 00:00:00 2001 From: Rick van de Loo Date: Thu, 9 Dec 2021 00:23:29 +0100 Subject: [PATCH] fix dead links XSLT (#912) the links in https://github.com/dmacvicar/terraform-provider-libvirt/blob/3f5fecd6e1176cf6436a6429e23eedf204007c3c/website/docs/r/domain.html.markdown were dead --- website/docs/r/domain.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/domain.html.markdown b/website/docs/r/domain.html.markdown index c70b1c0a3..319134c62 100644 --- a/website/docs/r/domain.html.markdown +++ b/website/docs/r/domain.html.markdown @@ -598,7 +598,7 @@ Currently the following attributes are supported: This is used to support features the provider does not allow to set from the schema. It is not recommended to alter properties and settings that are exposed to the schema, as terraform will insist in changing them back to the known state. -See https://github.com/dmacvicar/terraform-provider-libvirt/blob/master/examples/xslt/main.tf and https://github.com/dmacvicar/terraform-provider-libvirt/blob/master/examples/xslt/nicmodel.xsl for a working example that changes the NIC model. +See https://github.com/dmacvicar/terraform-provider-libvirt/blob/main/examples/v0.13/xslt/main.tf and https://github.com/dmacvicar/terraform-provider-libvirt/blob/main/examples/v0.13/xslt/nicmodel.xsl for a working example that changes the NIC model. ## Attributes Reference