From c334466358f9628a6c5a4f7dd5182ba4bab16019 Mon Sep 17 00:00:00 2001 From: Michal Stolarczyk Date: Thu, 15 Oct 2020 19:56:49 -0400 Subject: [PATCH] correct links in vignette --- vignettes/gettingStarted.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/gettingStarted.Rmd b/vignettes/gettingStarted.Rmd index fcf41c8e..0f753856 100644 --- a/vignettes/gettingStarted.Rmd +++ b/vignettes/gettingStarted.Rmd @@ -12,7 +12,7 @@ vignette: > # Introduction to `pepr` -`pepr` is the official R package for the [pepkit](http://pepkit.github.io) suite, a collection of tools that interface with *portable encapsulated projects*, or PEPs. [PEP format](http://pep.databio.org/en/latest/) defines a structure for organizing project metadata using a `yaml` file. `pepr` allows you to read any PEP-formatted project metadata (and potentially even actual sample data) into R, providing you a convenient user interface to interact with and share project metadata. +`pepr` is the official R package for the [pepkit](https://pep.databio.org/en/2.0.0/) suite, a collection of tools that interface with *portable encapsulated projects*, or PEPs. [PEP format](https://pep.databio.org/en/2.0.0/) defines a structure for organizing project metadata using a `yaml` file. `pepr` allows you to read any PEP-formatted project metadata (and potentially even actual sample data) into R, providing you a convenient user interface to interact with and share project metadata. ## Installing `pepr`