Skip to content

Commit 490e288

Browse files
authored
Update guide.md
Update url to import schemas
1 parent 5c07c35 commit 490e288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Operations over schemas an items data give you a complete control to create or u
7272
For a brand new installation, there are not any schema to work with. To import a schema definitions URL provided by schema.org you can run this console command under the Laravel directory:
7373

7474
```shell
75-
php artisan schemas:import http://schema.org/version/latest/schema.jsonld
75+
php artisan schemas:import https://schema.org/version/latest/schemaorg-current-http.jsonld
7676
```
7777

7878
> Actually this command only support schemas.org definitions in JSON+LD format.

0 commit comments

Comments
 (0)