Skip to content

Commit e85ead7

Browse files
Merge pull request #45 from gabriel-samfira/update-readme
Fix broken link
2 parents 3c5557a + 32dcb4a commit e85ead7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd garm-provider-azure
1717
go build .
1818
```
1919

20-
Copy the binary on the same system where garm is running, and [point to it in the config](https://github.com/cloudbase/garm/blob/main/doc/providers.md#the-external-provider).
20+
Copy the binary on the same system where garm is running, and [point to it in the config](https://github.com/cloudbase/garm/blob/main/doc/config.md#provider-configuration).
2121

2222
## Configure
2323

@@ -61,7 +61,7 @@ subscription_id = "sample_sub_id"
6161

6262
## Creating a pool
6363

64-
After you [add it to garm as an external provider](https://github.com/cloudbase/garm/blob/main/doc/providers.md#the-external-provider), you need to create a pool that uses it. Assuming you named your external provider as ```azure``` in the garm config, the following command should create a new pool:
64+
After you [add it to garm as an external provider](https://github.com/cloudbase/garm/blob/main/doc/config.md#provider-configuration), you need to create a pool that uses it. Assuming you named your external provider as ```azure``` in the garm config, the following command should create a new pool:
6565

6666
```bash
6767
garm-cli pool create \

0 commit comments

Comments
 (0)