Skip to content

Commit f250381

Browse files
committed
link fixes
1 parent 552d838 commit f250381

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/concepts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Dataset
44

55
In the context of xcube, a _dataset_ is a container for spatial
6-
gridded data [_variables_](#Variable) that usually share the same
6+
gridded data [variables](#Variable) that usually share the same
77
coordinate reference system, the same dimensions, and therefore
88
the same grid.
99
Besides the data variables, a dataset also provides metadata such
@@ -16,7 +16,7 @@ supported by the viewer are 4-dimensional: variable, time, y, and x.
1616
The viewer may support also other data cube dimensions in the future.
1717

1818
The viewer allows only a single dataset to be selected at the same time.
19-
This is the [_selected dataset](#Selected-Dataset).
19+
This is the [selected dataset](#Selected-Dataset).
2020

2121
## Variable
2222

@@ -26,8 +26,8 @@ a time dimension.
2626

2727
## Selected Dataset
2828

29-
The selected dataset determines the set of selectable [_variables_](#Variable)
30-
and the possible range of the currently [_selected time](#Selected-Time).
29+
The selected dataset determines the set of selectable [variables](#Variable)
30+
and the possible range of the currently [selected time](#Selected-Time).
3131

3232
If the selected dataset changes also the selected variable changes.
3333
The selected variable will then be either

0 commit comments

Comments
 (0)