Skip to content

Commit 9842c65

Browse files
committed
Google map docs / demos - link fixed.
1 parent 758296a commit 9842c65

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

BlazorBootstrap.Demo.RCL/Components/Layout/MainLayout.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ internal override IEnumerable<NavItem> GetNavItems()
3838
new (){ Id = "509", Text = "Collapse", Href = "/collapse", IconName = IconName.ArrowsCollapse, ParentId = "5" },
3939
new (){ Id = "510", Text = "Confirm Dialog", Href = "/confirm-dialog", IconName = IconName.QuestionDiamondFill, ParentId = "5" },
4040
new (){ Id = "511", Text = "Dropdown", Href = "/dropdown", IconName = IconName.MenuButtonWideFill, ParentId = "5" },
41-
new (){ Id = "512", Text = "Google Maps", Href = "/google-maps", IconName = IconName.Map, ParentId = "5" },
41+
new (){ Id = "512", Text = "Google Maps", Href = "/google-map", IconName = IconName.Map, ParentId = "5" },
4242

4343
#region Grid
4444

docs/docs/05-components/google-map.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This example demonstrates how to use a simple Google Maps component.
6767
Zoom="8" />
6868
```
6969

70-
[See demo here](https://demos.blazorbootstrap.com/google-maps#examples)
70+
[See demo here](https://demos.blazorbootstrap.com/google-map#examples)
7171

7272
### Add a marker to a map
7373

@@ -104,7 +104,7 @@ This example demonstrates how to use a simple Google Maps component with marker.
104104
}
105105
```
106106

107-
[See demo here](https://demos.blazorbootstrap.com/google-maps#add-a-marker-to-a-map)
107+
[See demo here](https://demos.blazorbootstrap.com/google-map#add-a-marker-to-a-map)
108108

109109
### Marker customization
110110

@@ -145,7 +145,7 @@ To scale a marker, use the **PinElement.Scale** option.
145145
}
146146
```
147147

148-
[See demo here](https://demos.blazorbootstrap.com/google-maps#scale-the-marker)
148+
[See demo here](https://demos.blazorbootstrap.com/google-map#scale-the-marker)
149149

150150
### Change the background color
151151

@@ -184,7 +184,7 @@ Use the **PinElement.Background** option to change the background color of a mar
184184
}
185185
```
186186

187-
[See demo here](https://demos.blazorbootstrap.com/google-maps#change-the-background-color)
187+
[See demo here](https://demos.blazorbootstrap.com/google-map#change-the-background-color)
188188

189189
### Change the border color
190190

@@ -223,7 +223,7 @@ Use the **PinElement.BorderColor** option to change the border color of a marker
223223
}
224224
```
225225

226-
[See demo here](https://demos.blazorbootstrap.com/google-maps#change-the-border-color)
226+
[See demo here](https://demos.blazorbootstrap.com/google-map#change-the-border-color)
227227

228228
### Change the glyph color
229229

@@ -262,7 +262,7 @@ Use the **PinElement.GlyphColor** option to change the glyph color of a marker.
262262
}
263263
```
264264

265-
[See demo here](https://demos.blazorbootstrap.com/google-maps#change-the-glyph-color)
265+
[See demo here](https://demos.blazorbootstrap.com/google-map#change-the-glyph-color)
266266

267267
### Hide the glyph
268268

@@ -301,7 +301,7 @@ Set the **PinElement.Glyph** option to an empty string to hide a marker's glyph.
301301
}
302302
```
303303

304-
[See demo here](https://demos.blazorbootstrap.com/google-maps#hide-the-glyph)
304+
[See demo here](https://demos.blazorbootstrap.com/google-map#hide-the-glyph)
305305

306306
### Use icon fonts
307307

@@ -424,7 +424,7 @@ Use the **PinElement.UseIconFonts** and **PinElement.Glyph** options to use the
424424
}
425425
```
426426

427-
[See demo here](https://demos.blazorbootstrap.com/google-maps#use-icon-fonts)
427+
[See demo here](https://demos.blazorbootstrap.com/google-map#use-icon-fonts)
428428

429429
### Markers with HTML and CSS
430430

@@ -467,7 +467,7 @@ Use the **PinElement.UseIconFonts** and **PinElement.Glyph** options to use the
467467
}
468468
```
469469

470-
[See demo here](https://demos.blazorbootstrap.com/google-maps#markers-with-html-and-css)
470+
[See demo here](https://demos.blazorbootstrap.com/google-map#markers-with-html-and-css)
471471

472472
### Make a marker clickable
473473

@@ -599,7 +599,7 @@ This example shows you how to make markers respond to click events. To make a ma
599599
}
600600
```
601601

602-
[See demo here](https://demos.blazorbootstrap.com/google-maps#make-a-marker-clickable)
602+
[See demo here](https://demos.blazorbootstrap.com/google-map#make-a-marker-clickable)
603603

604604
### Dynamic markers
605605

@@ -780,4 +780,4 @@ This example shows you how to make markers respond to click events. To make a ma
780780
}
781781
```
782782

783-
[See demo here](https://demos.blazorbootstrap.com/google-maps#dynamic-markers)
783+
[See demo here](https://demos.blazorbootstrap.com/google-map#dynamic-markers)

0 commit comments

Comments
 (0)