Skip to content

Commit

Permalink
Link fixes
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <[email protected]>
  • Loading branch information
abstractionfactory committed Sep 26, 2024
1 parent e071bc3 commit 38846cc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
28 changes: 14 additions & 14 deletions frontend/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ The OpenTofu Registry provides an API for OpenTofu to locate providers and modul

This section contains the documentation for OpenTofu users.

- [Overview](users)
- [Using a provider](users/providers)
- [Using a module](users/modules)
- [Security](users/security)
- [Overview](/docs/users)
- [Using a provider](/docs/users/providers)
- [Using a module](/docs/users/modules)
- [Security](/docs/users/security)

## For provider authors

This section guides you through the steps of creating and publishing an OpenTofu provider.

- [Overview](providers)
- [Creating a provider](providers/creating)
- [Publishing your provider](providers/publishing)
- [Adding GPG signatures](providers/gpg)
- [Writing docs for your provider](providers/docs)
- [Adding a provider to the registry](providers/adding)
- [Overview](/docs/providers)
- [Creating a provider](/docs/providers/creating)
- [Publishing your provider](/docs/providers/publishing)
- [Adding GPG signatures](/docs/providers/gpg)
- [Writing docs for your provider](/docs/providers/docs)
- [Adding a provider to the registry](/docs/providers/adding)

## For module authors

This section shows you how to create and publish a module.

- [Overview](modules)
- [Creating a module](modules/creating)
- [Publishing a module](modules/publishing)
- [Adding a module to the OpenTofu Registry](modules/adding)
- [Overview](/docs/modules)
- [Creating a module](/docs/modules/creating)
- [Publishing a module](/docs/modules/publishing)
- [Adding a module to the OpenTofu Registry](/docs/modules/adding)

9 changes: 4 additions & 5 deletions frontend/docs/providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ This section of the documentation guides you through the basic steps of creating

## In this section

- [Creating a provider](providers/creating)
- [Publishing your provider](providers/publishing)
- [Adding GPG signatures](providers/gpg)
- [Writing docs for your provider](providers/docs)
- [Adding a provider to the registry](providers/adding)
- [Creating a provider](/docs/providers/creating)
- [Writing docs for your provider](/docs/providers/docs)
- [Publishing your provider](/docs/providers/publishing)
- [Adding a provider to the registry](/docs/providers/adding)
6 changes: 3 additions & 3 deletions frontend/docs/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ OpenTofu is but a tool that works with integrations made by the community called

## In this chapter

- [Using a provider](users/providers)
- [Using a module](users/modules)
- [Security](users/security)
- [Using a provider](/docs/users/providers)
- [Using a module](/docs/users/modules)
- [Security](/docs/users/security)

0 comments on commit 38846cc

Please sign in to comment.