Skip to content

Commit

Permalink
fix redirected links
Browse files Browse the repository at this point in the history
  • Loading branch information
brodieG committed Dec 6, 2023
1 parent 340c99b commit 266b183
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/fansi-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#' _Control Sequences_ starting with ESC are assumed to be two characters
#' long (including the ESC) unless they are of the CSI or OSC variety, in which
#' case their length is computed as per the [ECMA-48
#' specification](https://www.ecma-international.org/publications-and-standards/standards/ecma-48/),
#' specification](https://ecma-international.org/publications-and-standards/standards/ecma-48/),
#' with the exception that [OSC hyperlinks](#osc-hyperlinks) may be terminated
#' with BEL ("\\a") in addition to ST ("ESC\\"). `fansi` handles most common
#' _Control Sequences_ in its parsing algorithms, but it is not a conforming
Expand Down
2 changes: 1 addition & 1 deletion man/fansi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/strtrim_ctl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/strtrim_sgr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/trimws_ctl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 266b183

Please sign in to comment.