Skip to content

Commit

Permalink
docs: make URLs actual links
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jan 18, 2024
1 parent 0da850b commit fc1fde2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/rebase-i.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#' and not a story of how many stupid mistakes I made!
#' The tool for that is `git base --interactive` also available as `git rebase -i`.
#' Useful links:
#' - https://jvns.ca/blog/2023/11/06/rebasing-what-can-go-wrong-/
#' - https://wizardzines.com/comics/rules-for-rebasing/
#' - https://github.com/MikeMcQuaid/GitInPractice/blob/main/06-RewritingHistoryAndDisasterRecovery.adoc#rebase-commits-interactively-git-rebase-interactive
#' - <https://jvns.ca/blog/2023/11/06/rebasing-what-can-go-wrong-/>
#' - <https://wizardzines.com/comics/rules-for-rebasing/>
#' - <https://github.com/MikeMcQuaid/GitInPractice/blob/main/06-RewritingHistoryAndDisasterRecovery.adoc#rebase-commits-interactively-git-rebase-interactive>
#'
#'
#' @inheritParams exo_one_small_change
Expand Down
6 changes: 3 additions & 3 deletions man/exo_rebase_i.Rd

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

0 comments on commit fc1fde2

Please sign in to comment.