Skip to content

Commit eb8a280

Browse files
committed
full link if github.com/x/y, not x.github.io/y
1 parent 1a93c1d commit eb8a280

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ plot_batch(
7878
)
7979
```
8080

81-
* The ["Get Started"](articles/batchtma.html) vignette has details on how to use the package.
81+
* The ["Get Started"](https://stopsack.github.io/batchtma/articles/batchtma.html) vignette has details on how to use the package.
8282

8383

8484
## Methodology
@@ -94,7 +94,7 @@ The package implements five different approaches to obtaining batch effect-adjus
9494
5 | `quantreg` | Quantile regression | Low and high quantiles | Yes
9595
6 | `quantnorm` | Quantile normalization | All ranks | No
9696

97-
* ["Get Started"](articles/batchtma.html) shows general examples on the different methods in absence and presence of confounding.
97+
* ["Get Started"](https://stopsack.github.io/batchtma/articles/batchtma.html) shows general examples on the different methods in absence and presence of confounding.
9898

9999

100100
## Reference

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ plot_batch(
7474

7575
<img src="man/figures/index-example-1.png" alt="" width="40%" /><img src="man/figures/index-example-2.png" alt="" width="40%" />
7676

77-
- The [“Get Started”](articles/batchtma.html) vignette has details on
78-
how to use the package.
77+
- The [“Get
78+
Started”](https://stopsack.github.io/batchtma/articles/batchtma.html)
79+
vignette has details on how to use the package.
7980

8081
## Methodology
8182

@@ -97,8 +98,10 @@ adjustments.
9798
| 5 | `quantreg` | Quantile regression | Low and high quantiles | Yes |
9899
| 6 | `quantnorm` | Quantile normalization | All ranks | No |
99100

100-
- [“Get Started”](articles/batchtma.html) shows general examples on the
101-
different methods in absence and presence of confounding.
101+
- [“Get
102+
Started”](https://stopsack.github.io/batchtma/articles/batchtma.html)
103+
shows general examples on the different methods in absence and
104+
presence of confounding.
102105

103106
## Reference
104107

0 commit comments

Comments
 (0)