From 6a4a94e236fa217f0fe72fa9963f178f7fbbafe2 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 18 Feb 2021 04:54:23 -0500 Subject: [PATCH] docs: fix SSL documentation link in troubleshooting docs [ci skip] --- docs/getting-started/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/troubleshooting.md b/docs/getting-started/troubleshooting.md index c701fab18..70cd68f02 100644 --- a/docs/getting-started/troubleshooting.md +++ b/docs/getting-started/troubleshooting.md @@ -235,4 +235,4 @@ This isn't usually an issue with Dokku, but rather an app config problem. This c In Rails at least, if your `application.rb` or `environmnents/production.rb` include the line `configure.force_ssl = true` which includes HSTS, try commenting that out and redeploying. -If this solves the issue temporarily, longer term you should consider [configuring SSL](http://dokku.viewdocs.io/dokku/configuration/ssl/). +If this solves the issue temporarily, longer term you should consider [configuring SSL](/docs/configuration/ssl.md).