Skip to content

Commit

Permalink
fix: update link in 'drop_qs' help description
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed May 16, 2023
1 parent 4922bf0 commit 8957c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/admin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ app.initializers.add('acpl-lscache', () => {
setting: 'acpl-lscache.drop_qs',
label: app.translator.trans('acpl-lscache.admin.drop_qs_label'),
help: app.translator.trans('acpl-lscache.admin.drop_qs_help', {
a: <Link href="https://docs.litespeedtech.com/lscache/start/#method-1-apache-style-cachekeymodify" external={true} target="_blank" />,
a: <Link href="https://docs.litespeedtech.com/lscache/start/#drop-junk-query-strings" external={true} target="_blank" />,
}),
type: 'textarea',
});
Expand Down

0 comments on commit 8957c8e

Please sign in to comment.