Skip to content

Commit

Permalink
docs: Fix cross-reference in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX committed Dec 21, 2023
1 parent 85c79a0 commit 4ae1bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorial/4-repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ global environment. We're going to locally install HapLink as a library into a
local package environment.

!!! tip

If you want to learn more about package environments, check out the
[official Julia environments documentation](https://pkgdocs.julialang.org/v1/environments/)
or [Julius Krumbiegel's tutorial](https://jkrumbiegel.com/pages/2022-08-26-pkg-introduction/index.html).
Expand Down Expand Up @@ -136,7 +136,7 @@ map!(
## Bringing in the reads

Now that we have a consensus sequence, we can properly import the reads for
haplotype calling into HapLink's specialized [`Psuedoread`](@ref) class.
haplotype calling into HapLink's specialized [`Pseudoread`](@ref) class.
There is a convient [`pseudoreads`](@ref) function that can directly convert a
BAM file for us.

Expand Down

0 comments on commit 4ae1bb0

Please sign in to comment.