Skip to content

Commit

Permalink
Changing registry link (#329)
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <[email protected]>
  • Loading branch information
abstractionfactory authored Sep 17, 2024
1 parent 7134cd0 commit 8530da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/registry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function FAQ() {
</Jumbotron>
<TextContent className="mb-4 md:mb-10 mx-auto px-4">
The OpenTofu Registry contains providers and modules to be used with OpenTofu. In order to view the catalogue of providers / modules, or
if you’d like to submit new providers / modules, please head to <Link href="https://github.com/opentofu/registry/">https://github.com/opentofu/registry/</Link>.
if you’d like to submit new providers / modules, please head to <Link href="https://search.opentofu.org/">https://search.opentofu.org/</Link>.
</TextContent>
</Layout>
);
Expand Down

0 comments on commit 8530da4

Please sign in to comment.