Skip to content

Commit ea470fa

Browse files
authored
docs: fix missed MD051/link-fragments (#5147)
1 parent bfe6ba0 commit ea470fa

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

raster/r.cost/r.cost.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lowest total cost of traversing the space between each cell and the
1010
user-specified points (diagonal costs are multiplied by a factor that
1111
depends on the dimensions of the cell) and 2) a second raster map layer
1212
showing the movement direction to the next cell on the path back to the
13-
start point (see [Movement Direction](#move)). This module uses the
13+
start point (see [Movement Direction](#movement-direction)). This module uses the
1414
current geographic region settings. The **output** map will be of the
1515
same data format as the **input** map, integer or floating point.
1616

@@ -20,7 +20,7 @@ The **input** *name* is the name of a raster map whose category values
2020
represent the surface cost. The **output** *name* is the name of the
2121
resultant raster map of cumulative cost. The **outdir** *name* is the
2222
name of the resultant raster map of movement directions (see [Movement
23-
Direction](#move)).
23+
Direction](#movement-direction)).
2424

2525
*r.cost* can be run with three different methods of identifying the
2626
starting point(s). One or more points (geographic coordinate pairs) can

raster/r.walk/r.walk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ map layer whose cell values represent friction cost.
99
(time) of moving between each cell and the user-specified starting
1010
points and 2) a second raster map showing the movement direction to the
1111
next cell on the path back to the start point (see [Movement
12-
Direction](#move)). It uses an input elevation raster map whose cell
12+
Direction](#movement-direction)). It uses an input elevation raster map whose cell
1313
category values represent elevation, combined with a second input raster
1414
map whose cell values represent friction costs.
1515

vector/v.label/v.label.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ The text can be highlighted in another color so that it appears to be in
9595
two colors. The text is drawn first in this color at a wider line width,
9696
and then redrawn in the text color at the regular line width. No
9797
highlight color ("`none`") is used by default, if unspecified by the
98-
user. To specify use of no highlight color, specify "`none`". (See [TEXT
99-
COLOR](#textcolor) above for a list of permissible color names.)
98+
user. To specify use of no highlight color, specify "`none`". (See TEXT
99+
COLOR above for a list of permissible color names.)
100100

101101
**HIGHLIGHT WIDTH**:
102102
Specifies how far from the text lines (in units of pixels) the highlight
@@ -106,13 +106,13 @@ highlight color).
106106
**BACKGROUND COLOR**:
107107
Text may be boxed in a solid color by specifying a background color.
108108
Specify "`none`" for no background. The default background color
109-
setting, if unspecified by the user, is *white*. (See [TEXT
110-
COLOR](#textcolor) above for a list of permissible color names.)
109+
setting, if unspecified by the user, is *white*. (See TEXT
110+
COLOR above for a list of permissible color names.)
111111

112112
**BORDER COLOR**:
113113
Select a color for the border around the background. Specify "`none`" to
114114
suppress the border. The default border color used, if unspecified, is
115-
*black*. (See [TEXT COLOR](#textcolor) above for a list of permissible
115+
*black*. (See TEXT COLOR above for a list of permissible
116116
color names.)
117117

118118
**OPAQUE TO VECTORS**:

0 commit comments

Comments
 (0)