We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74c521 commit 3184022Copy full SHA for 3184022
bin/rsc
@@ -1493,7 +1493,7 @@ function rsc_help {
1493
mapfile -t bfr < <(help "${@}")
1494
if grep -q -F "{{SEE_ALSO}}" <<< "${bfr[@]}"; then
1495
if [[ -n ${RSC_HELP_URL} ]]; then
1496
- mapfile -t bfr < <(printf "%s\n" "${bfr[@]}" | sed "s/{{SEE_ALSO}}/See also:\n * ${RSC_HELP_URL}/")
+ mapfile -t bfr < <(printf "%s\n" "${bfr[@]}" | sed "s/{{SEE_ALSO}}/See also:\n * <${RSC_HELP_URL//\//\\/}>/")
1497
else
1498
mapfile -t bfr < <(printf "%s\n" "${bfr[@]}" | sed "/{{SEE_ALSO}}/{ N; d }")
1499
fi
0 commit comments