Skip to content

Commit b44adfe

Browse files
authored
Merge pull request #410 from OpenMS/poshul-patch-2
Update ms_data.rst
2 parents 8c63f02 + 67dc5d8 commit b44adfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/ms_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Spectrum
55
********
66

77
The most important container for raw data and peaks is :py:class:`~.MSSpectrum` which we
8-
have already worked with in the `Getting Started <getting_started.html>`_
8+
have already worked with in the `Getting Started <first_steps.html#iteration>`_
99
tutorial. :py:class:`~.MSSpectrum` is a container for 1-dimensional peak data (a
1010
container of :py:class:`~.Peak1D`). You can access these objects directly, by using an iterator or indexing.
1111
Meta-data is accessible through inheritance of the :py:class:`~.SpectrumSettings`

0 commit comments

Comments
 (0)