Skip to content

Commit 22b3bd0

Browse files
committed
Fix this bullet list
1 parent 0024a85 commit 22b3bd0

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Diff for: R/course.R

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
#' @param url Link to a ZIP file containing the materials. To reduce the chance
1212
#' of typos in live settings, these shorter forms are accepted:
1313
#'
14-
#' * GitHub repo spec: "OWNER/REPO". Equivalent to
15-
#' `https://github.com/OWNER/REPO/DEFAULT_BRANCH.zip`.
16-
#' * bit.ly or rstd.io shortlinks: "bit.ly/xxx-yyy-zzz" or "rstd.io/foofy".
17-
#' The instructor must then arrange for the shortlink to point to a valid
18-
#' download URL for the target ZIP file. The helper
19-
#' [create_download_url()] helps to create such URLs for GitHub, DropBox,
20-
#' and Google Drive.
14+
#' * GitHub repo spec: "OWNER/REPO". Equivalent to
15+
#' `https://github.com/OWNER/REPO/DEFAULT_BRANCH.zip`.
16+
#' * bit.ly or rstd.io shortlinks: "bit.ly/xxx-yyy-zzz" or "rstd.io/foofy".
17+
#' The instructor must then arrange for the shortlink to point to a valid
18+
#' download URL for the target ZIP file. The helper
19+
#' [create_download_url()] helps to create such URLs for GitHub, DropBox,
20+
#' and Google Drive.
2121
#' @param destdir Destination for the new folder. Defaults to the location
2222
#' stored in the global option `usethis.destdir`, if defined, or to the user's
2323
#' Desktop or similarly conspicuous place otherwise.

Diff for: man/zip-utils.Rd

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)