Skip to content

Commit bca2a32

Browse files
docs: Add https protocol to documentation links in README
1 parent a58b418 commit bca2a32

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In your new XML layout file, add the following:
4242

4343
And you're done. After refreshing the Magento cache, you now have a product grid.
4444

45-
Refer to the [documentation](loki-extensions.com/docs/admin-components) for fine-tuning this grid.
45+
Refer to the [documentation](https://loki-extensions.com/docs/admin-components/grid) for fine-tuning this grid.
4646

4747
## Getting started with a form
4848
Again, first create a module that generates a page in the Admin Panel (`etc/module.xml`, `registration.php`, a backend controller action class, perhaps `acl.xml` and `menu.xml`).
@@ -72,7 +72,7 @@ In your new XML layout file, add the following:
7272

7373
And you're done. After refreshing the Magento cache, you now have a basic product form.
7474

75-
Refer to the [documentation](loki-extensions.com/docs/admin-components) for fine-tuning this form.
75+
Refer to the [documentation](https://loki-extensions.com/docs/admin-components/form) for fine-tuning this form.
7676

7777
## Examples
7878
As a demo, you could opt to install the following examples:
@@ -110,7 +110,7 @@ As a demo, you could opt to install the following examples:
110110
- ... (more docs coming soon)
111111

112112
### Documentation
113-
See [loki-extensions.com/docs/admin-components](https://loki-extensions.com/docs/admin-components)
113+
See [https://loki-extensions.com/docs/admin-components](https://loki-extensions.com/docs/admin-components)
114114

115115
# Todo
116116
- Extension Attributes

0 commit comments

Comments
 (0)