Skip to content

Commit

Permalink
Merge pull request #4812 from FlowFuse/docs-anchors-fixes
Browse files Browse the repository at this point in the history
docs: fix failing anchors on kubernetes and docker docs
  • Loading branch information
hardillb authored Nov 21, 2024
2 parents 4902e4f + 521e0d8 commit 43277d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/install/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Before you begin, ensure you have the following:

For a production-ready environment, we also recommend:
* **Database:** Prepare dedicated database on a external database server (see [FAQ](#how-to-use-external-database-server%3F) for more details)
* **TLS Certification:** Prepare TLS certificate for your domain and configure FlowFuse platform to use it (see [Enable HTTPS](#enable-https-optional))
* **TLS Certification:** Prepare TLS certificate for your domain and configure FlowFuse platform to use it (see [Enable HTTPS](#enable-https-(optional)))

### DNS

Expand Down Expand Up @@ -266,7 +266,7 @@ Once ready, [start the application](#start-flowfuse-platform) .

### How can I provide my own TLS certificate?

If you have your own TLS certificate, you can use it in FlowFuse platform installation as well. See [Enable HTTPS](#enable-https-optional) section for more details.
If you have your own TLS certificate, you can use it in FlowFuse platform installation as well. See [Enable HTTPS](#enable-https-(optional)) section for more details.

### I would like to invite my team members to the platform with e-mail, how can I do that?

Expand Down
2 changes: 1 addition & 1 deletion docs/install/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Before you begin, ensure you have the following:

For a production-ready environment, we also recommend:
* **Database:** Prepare dedicated database on a external database server (see [FAQ](#how-to-use-external-database-server%3F) for more details)
* **TLS Certificate:** Prepare TLS certificate for your domain and configure FlowFuse platform to use it (see [Enable HTTPS](../docker/README.md#enable-https-optional))
* **TLS Certificate:** Prepare TLS certificate for your domain and configure FlowFuse platform to use it (see [Enable HTTPS](#i-would-like-to-secure-the-platform-with-https%2C-how-can-i-do-that%3F))

### DNS

Expand Down
2 changes: 1 addition & 1 deletion docs/install/kubernetes/aws_terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Apply the SES module using the shared variables file:
terraform -chdir=ses apply -var-file=../terraform.tfvars
```

To get the IAM role ARN created by the SES module and required during [FlowFuse platform configuration](./README.md#configure-flowfuse), run the following command:
To get the IAM role ARN created by the SES module and required during [FlowFuse platform configuration](/docs/install/configuration.md#aws-ses-email), run the following command:

```bash
terraform -chdir=ses output flowfuse_ses_role_arn
Expand Down

0 comments on commit 43277d8

Please sign in to comment.