mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-31 09:03:38 +02:00
Fix incorrect URL on Vultr docs to fix issue #1246
This commit is contained in:
parent
a4f2c97fd2
commit
4feda11567
2 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ Required variables:
|
|||
|
||||
Required variables:
|
||||
|
||||
- [vultr_config](https://github.com/trailofbits/algo/docs/cloud-vultr.md)
|
||||
- [vultr_config](https://github.com/trailofbits/algo/blob/master/docs/cloud-vultr.md)
|
||||
- [region](https://api.vultr.com/v1/regions/list)
|
||||
|
||||
### Azure
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- pause:
|
||||
prompt: |
|
||||
Enter the local path to your configuration INI file
|
||||
(https://github.com/trailofbits/algo/docs/cloud-vultr.md):
|
||||
(https://github.com/trailofbits/algo/blob/master/docs/cloud-vultr.md):
|
||||
register: _vultr_config
|
||||
when: vultr_config is undefined
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue