Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example links only work with HTTPS now #4928

Merged
merged 1 commit into from
Jun 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cd ngeo
make serve-ngeo
```

The ngeo examples are now available on your http://localhost:3000/examples/.
The ngeo examples are now available on your https://localhost:3000/examples/.

### Run GeoMapFish

Expand All @@ -56,7 +56,7 @@ To run the GeoMapFish examples:
make serve-gmf
```

then visit http://localhost:3000/contribs/gmf/examples/.
then visit https://localhost:3000/contribs/gmf/examples/.

To run the GeoMapFish applications:

Expand All @@ -65,8 +65,8 @@ serve-gmf-apps
```

then visit them using
http://localhost:3000/contribs/gmf/apps/<app_name>.html, for example:
http://localhost:3000/contribs/gmf/apps/desktop.html
https://localhost:3000/contribs/gmf/apps/<app_name>.html, for example:
https://localhost:3000/contribs/gmf/apps/desktop.html

### Go further

Expand Down