Skip to content

Commit fb97a1c

Browse files
committed
A few broken redirects from indents
1 parent 3abfd55 commit fb97a1c

22 files changed

+32
-32
lines changed

content/docs/canvas/circle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 3040
55

66
aliases:
77
- /canvas/circle.html
8-
- /tour/canvas/circle
8+
- /tour/canvas/circle
99
---
1010

1111
`canvas.Circle` defines a circle shape filled by the specified

content/docs/canvas/gradient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ since: 1.1
77

88
aliases:
99
- /canvas/gradient.html
10-
- /tour/canvas/gradient
10+
- /tour/canvas/gradient
1111
---
1212

1313
The last canvas primitive type is Gradient, available as

content/docs/canvas/image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 3050
55

66
aliases:
77
- /canvas/image.html
8-
- /tour/canvas/image
8+
- /tour/canvas/image
99
---
1010

1111
A `canvas.Image` represents a scalable image resource in Fyne.

content/docs/canvas/line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 3030
55

66
aliases:
77
- /canvas/line.html
8-
- /tour/canvas/line
8+
- /tour/canvas/line
99
---
1010

1111
The `canvas.Line` object draws a line from the `Position1` (default

content/docs/canvas/raster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 3060
55

66
aliases:
77
- /canvas/raster.html
8-
- /tour/canvas/raster
8+
- /tour/canvas/raster
99
---
1010

1111
The `canvas.Raster` is like an image but draws exactly one spot

content/docs/canvas/rectangle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ weight: 3010
55

66
aliases:
77
- /canvas/rectangle.html
8-
- /tour/canvas/rectangle
9-
- /tour/canvas/
10-
- /canvas/
8+
- /tour/canvas/rectangle
9+
- /tour/canvas/
10+
- /canvas/
1111
---
1212

1313
`canvas.Rectangle` is the simplest canvas object in Fyne. It displays

content/docs/canvas/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 3020
55

66
aliases:
77
- /canvas/text.html
8-
- /tour/canvas/text
8+
- /tour/canvas/text
99
---
1010

1111
`canvas.Text` is used for all text rendering within Fyne.

content/docs/collection/list.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ weight: 6010
55

66
aliases:
77
- /collection/list.html
8-
- /tour/widget/list
9-
- /widget/list
8+
- /tour/widget/list
9+
- /widget/list
1010
---
1111

1212
The `List` collection widget is one of the toolkit's collection widgets.

content/docs/collection/table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ weight: 6020
55

66
aliases:
77
- /collection/table.html
8-
- /tour/widget/table
9-
- /widget/table
8+
- /tour/widget/table
9+
- /widget/table
1010
---
1111

1212
The `Table` collection widget is like the [List](/collection/list) widget (another of the toolkit's collection widgets) with a two-dimensional index.

content/docs/extend/bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 8030
66

77
aliases:
88
- /extend/bundle.html
9-
- /tutorial/bundle
9+
- /tutorial/bundle
1010
---
1111

1212
Go based applications are usually built as a single binary executable, and this is the same for Fyne applications.

0 commit comments

Comments
 (0)