Skip to content

Commit

Permalink
Merge pull request #66 from artis3n/main
Browse files Browse the repository at this point in the history
docs: point to digitalocean provider in generated docs
  • Loading branch information
andrewsomething authored Aug 5, 2022
2 parents fc5f5a9 + 9e78abb commit 4228d35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/builders/digitalocean.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
digitalocean = {
version = ">= 1.0.0"
source = "github.com/hashicorp/digitalocean"
version = ">= 1.0.4"
source = "github.com/digitalocean/digitalocean"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/post-processors/digitalocean-import.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
digitalocean = {
version = ">= 1.0.0"
source = "github.com/hashicorp/digitalocean"
version = ">= 1.0.4"
source = "github.com/digitalocean/digitalocean"
}
}
}
Expand Down

0 comments on commit 4228d35

Please sign in to comment.