Skip to content

Commit

Permalink
docs: update link to Backdrop documentation, fixes ddev#6573 (ddev#6666
Browse files Browse the repository at this point in the history
…) [skip ci]
  • Loading branch information
jenlampton authored Oct 30, 2024
1 parent d2cdf17 commit f175a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddevapp/backdrop.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func isBackdropApp(app *DdevApp) bool {
// backdropPostImportDBAction emits a warning about moving configuration into place
// appropriately in order for Backdrop to function properly.
func backdropPostImportDBAction(_ *DdevApp) error {
util.Warning("Backdrop sites require your config JSON files to be located in your site's \"active\" configuration directory. Please refer to the Backdrop documentation (https://backdropcms.org/user-guide/moving-backdrop-site) for more information about this process.")
util.Warning("Backdrop sites require your config JSON files to be located in your site's \"active\" configuration directory. Please refer to the Backdrop documentation (https://docs.backdropcms.org/documentation/deploying-a-backdrop-site) for more information about this process.")
return nil
}

Expand Down

0 comments on commit f175a77

Please sign in to comment.