Skip to content

Commit fbfed2f

Browse files
authored
fix(docs): Solve problems showing links (#36)
1 parent 36412b8 commit fbfed2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The Terraform Provider for Sysdig exposes resources like Alerts, Notification Ch
4242
Falco Lists, Falco Macros, Policies, and many more, so you don't need to interact with the UI
4343
to configure those, and enabling you to define and update them as code.
4444

45-
For more information, check: https://www.terraform.io/docs/configuration/providers.html
45+
For more information, check: [https://www.terraform.io/docs/configuration/providers.html](https://www.terraform.io/docs/configuration/providers.html)
4646

4747

4848
## Installation
@@ -51,13 +51,13 @@ To use the provider, first you need to install Terraform, which is the main exec
5151
interacts with the provider.
5252

5353
Download the Terraform executable for your OS/Architecture from
54-
here: https://www.terraform.io/downloads.html
54+
here: [https://www.terraform.io/downloads.html](https://www.terraform.io/downloads.html)
5555

5656
When you have it installed, download the
5757
[latest version of the Terraform Provider for Sysdig](https://github.com/sysdiglabs/terraform-provider-sysdig/releases/latest)
5858
for your OS/Architecture, extract it and move the executable under `$HOME/.terraform.d/plugins` (you need to create
5959
this directory if it does not exist yet) as this link suggests:
60-
https://www.terraform.io/docs/configuration/providers.html#third-party-plugins.
60+
[https://www.terraform.io/docs/configuration/providers.html#third-party-plugins](https://www.terraform.io/docs/configuration/providers.html#third-party-plugins) .
6161

6262
## E2E example
6363

0 commit comments

Comments
 (0)