Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: corrected invalid links in documentation #9

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ There are two kinds of credentials supported:

#### Generate an API token for FortiOS

A descriptions how to create an API token for Fortios, switch to [Generate an API token for FortiOS](generate-api-token)
A descriptions how to create an API token for Fortios, switch to chapter [Authentication](#authentication)

#### Environment variables

Expand Down Expand Up @@ -1850,4 +1850,4 @@ We will find that these policies have been submitted to the device in the order
of 1, 2, 3, 4, 5, 6, 7, 8, 9 after executing `pulumi up`.

> You find the complete (runnable) example in the
> [examples/sorting_polcies/typescript](https://github.com/pulumiverse/pulumi-fortios/tree/main/examples/sorting_polcies/typescript) folder.
> [examples/sorting_polcies/typescript](https://github.com/pulumiverse/pulumi-fortios/tree/main/examples/sorting_policies/typescript) folder.
Loading