Skip to content
This repository was archived by the owner on May 10, 2022. It is now read-only.

Update broken links to docs #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
[![AppVeyor build status](https://img.shields.io/appveyor/ci/ropenscilabs/tic-package?label=Windows&logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/ropenscilabs/tic-package)
<!-- badges: end -->

A minimal example package with _pkgdown_ documentation created and uploaded by [_tic_](https://github.com/ropenscilabs/tic) (the _pkgdown_ documentation is written to, and served from, the `docs` directory of the `master` branch.).
A minimal example package with _pkgdown_ documentation created and uploaded by [_tic_](https://github.com/ropensci/tic) (the _pkgdown_ documentation is written to, and served from, the `docs` directory of the `master` branch.).
_tic_ is an R package for CI-agnostic workflow definitions for various R projects.
See its [documentation](https://ropenscilabs.github.io/tic/) for more information.
See its [documentation](https://docs.ropensci.org/tic/) for more information.

## Set up an operational fork of this repository

Expand All @@ -18,7 +18,7 @@ If you want to experiment with _travis_ and _tic_ for a R package, you can fork
1. Use `usethis::create_from_github()` to automatically create a fork of this repo.
If you use RStudio, a new RStudio project will open.
You may need to set up your SSH credentials first.
See [this guide](http://happygitwithr.com/ssh-keys.html) if you're having problems.
See [this guide](https://happygitwithr.com/ssh-keys.html) if you're having problems.
(It's definitely worth getting this function running as it saves you a lot of time in the future!)
Alternatively, fork this repo on Github and then create a new R Project within RStudio (File -> New Project -> Version Control -> Github).
1. Run `tic::use_tic()` to set up all requirements needed for the CI integration of your package.
Expand Down Expand Up @@ -104,4 +104,4 @@ Looking here can be useful if you already have an R package and just want to add
✔ Pushing to GitHub and setting remote tracking branch
```

6. Set up Continuous Integration by using `tic::use_tic()`. Take a look at the [Getting Started](https://ropenscilabs.github.io/tic/articles/tic.html) vignette of the [tic](https://github.com/ropenscilabs/tic) package for a detailed walkthrough.
6. Set up Continuous Integration by using `tic::use_tic()`. Take a look at the [Getting Started](https://docs.ropensci.org/tic/articles/tic.html) vignette of the [tic](https://github.com/ropensci/tic) package for a detailed walkthrough.