diff options
-rw-r--r-- | www/content/examples/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/examples/_index.md b/www/content/examples/_index.md index a9311317..394f1e9c 100644 --- a/www/content/examples/_index.md +++ b/www/content/examples/_index.md @@ -31,7 +31,7 @@ You can copy and paste them and then adjust them for your needs. | [File Upload](@/examples/file-upload.md) | Demonstrates how to upload a file via ajax with a progress bar | [Preserving File Inputs after Form Errors](@/examples/file-upload-input.md) | Demonstrates how to preserve file inputs after form errors | [Dialogs - Browser](@/examples/dialogs.md) | Demonstrates the prompt and confirm dialogs -| [Dialogs - UIKIt](@/examples/modal-uikit.md) | Demonstrates modal dialogs using UIKit +| [Dialogs - UIKit](@/examples/modal-uikit.md) | Demonstrates modal dialogs using UIKit | [Dialogs - Bootstrap](@/examples/modal-bootstrap.md) | Demonstrates modal dialogs using Bootstrap | [Dialogs - Custom](@/examples/modal-custom.md) | Demonstrates modal dialogs from scratch | [Tabs (Using HATEOAS)](@/examples/tabs-hateoas.md) | Demonstrates how to display and select tabs using HATEOAS principles |