Skip to content

Commit 02dd0a1

Browse files
committed
fix: warning in docs
1 parent 1a91e38 commit 02dd0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/pypangraph/tutorial1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ print(graph)
1818

1919
## The components of a graph
2020

21-
As explained in the [introduction](index.md#what-is-a-pangenome-graph), a pangenome graph is composed of three main components: nodes, blocks and paths.
21+
As explained in the [tutorial](../tutorial/tutorial_1.md#what-is-a-pangraph), a pangenome graph is composed of three main components: nodes, blocks and paths.
2222

2323
- **Blocks** encode multiple sequence alignments that group together homologous parts of the input genomes.
2424
- **Paths** are representation of the input genomes as a sequences of blocks. More precisely, as sequence of **nodes**.

0 commit comments

Comments
 (0)