Skip to content

Commit 8bf9a47

Browse files
committed
Fix links in documentation
Signed-off-by: David DeTomaso <davedeto@gmail.com>
1 parent 2699f8e commit 8bf9a47

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VISION aids in the interpretation of single-cell RNA-seq (scRNA-seq) data by sel
1212
We recommend installing VISION via github using devtools:
1313

1414
```r
15-
require(devtools)
15+
library(devtools)
1616
install_github("YosefLab/VISION")
1717
```
1818

docs/index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VISION aids in the interpretation of single-cell RNA-seq (scRNA-seq) data by sel
1111
We recommend installing VISION via github using devtools:
1212

1313
```r
14-
require(devtools)
14+
library(devtools)
1515
install_github("YosefLab/VISION")
1616
```
1717

@@ -30,7 +30,7 @@ VISION generally follows the same pipeline from iteration to iteration, where mi
3030

3131
## How to run VISION
3232

33-
You can refer to the [Getting Started page](/articles/VISION-vignette.html) for instructions on running VISION. Additional vignettes are available in the Tutorials menu above.
33+
You can refer to the [Getting Started page](https://yoseflab.github.io/VISION/articles/VISION-vignette.html) for instructions on running VISION. Additional vignettes are available in the Tutorials menu above.
3434

3535
## Sample Output
3636

0 commit comments

Comments
 (0)