Skip to content

Commit

Permalink
Merge pull request #44427 from armilam/patch-configuration-guide-link
Browse files Browse the repository at this point in the history
Fix link format for config.action_dispatch.ssl_default_redirect_status guide link [ci-skip]
  • Loading branch information
jonathanhefner committed Feb 14, 2022
2 parents 532c413 + ea15178 commit 3e6b76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Below are the default values associated with each target version. In cases of co
- [`config.action_mailer.deliver_later_queue_name`](#config-action-mailer-deliver-later-queue-name): `nil`
- [`config.active_job.retry_jitter`](#config-active-job-retry-jitter): `0.15`
- [`config.action_dispatch.cookies_same_site_protection`](#config-action-dispatch-cookies-same-site-protection): `:lax`
- [`config.action_dispatch.ssl_default_redirect_status`](`config.action_dispatch.ssl_default_redirect_status`) = `308`
- [`config.action_dispatch.ssl_default_redirect_status`](#config-action-dispatch-ssl-default-redirect-status) = `308`
- [`ActiveSupport.utc_to_local_returns_utc_offset_times`](#activesupport-utc-to-local-returns-utc-offset-times): `true`
- [`config.action_controller.urlsafe_csrf_tokens`](#config-action-controller-urlsafe-csrf-tokens): `true`
- [`config.action_view.form_with_generates_remote_forms`](#config-action-view-form-with-generates-remote-forms): `false`
Expand Down

0 comments on commit 3e6b76e

Please sign in to comment.