Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GeoDjango-powered applications. Currently, the package supports Google, Mapbox,

---

- [Documentation](http://django-map-widgets.readthedocs.io/)
- [Documentation](https://django-map-widgets.readthedocs.io/)
- [Demo Project](https://github.com/erdem/django-map-widgets/tree/main/demo)
- [Home Page](https://github.com/erdem/django-map-widgets/)

Expand Down Expand Up @@ -90,7 +90,7 @@ view templates.

The JavaScript map rendering behavior of the widgets can be customized by providing `MAP_WIDGETS` config in the
project's settings file. For detailed guidance on map customization options, check
the [settings guide](http://django-map-widgets.readthedocs.io/settings).
the [settings guide](https://django-map-widgets.readthedocs.io/en/latest/widgets/settings.html).

```python
GOOGLE_MAP_API_KEY = os.getenv("GOOGLE_MAP_API_KEY")
Expand Down Expand Up @@ -172,7 +172,7 @@ providers or new features, or even if you want to help extend support to other G
so. We would be happy to review and merge your contributions.

For more info how to contribute, please check out
the [contribution guidelines](http://django-map-widgets.readthedocs.io/contribution).
the [contribution guidelines](https://django-map-widgets.readthedocs.io/en/latest/contribution/index.html).

### Screenshots

Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GeoDjango-powered applications. Currently, the package supports Google, Mapbox,



- `Documentation <http://django-map-widgets.readthedocs.io/>`_
- `Documentation <https://django-map-widgets.readthedocs.io/>`_
- `Demo Project <https://github.com/erdem/django-map-widgets/tree/main/demo>`_
- `Home Page <https://github.com/erdem/django-map-widgets/>`_

Expand Down Expand Up @@ -86,7 +86,7 @@ Settings

The JavaScript map rendering behavior of the widgets can be customized by providing ``MAP_WIDGETS`` config in the
project's settings file. For detailed guidance on map customization options, check
the `settings guide <http://django-map-widgets.readthedocs.io/settings>`_.
the `settings guide <https://django-map-widgets.readthedocs.io/en/latest/widgets/settings.html>`_.

.. code-block:: python

Expand Down Expand Up @@ -178,7 +178,7 @@ providers or new features, or even if you want to help extend support to other G
so. We would be happy to review and merge your contributions.

For more info how to contribute, please check out
the `contribution guidelines <http://django-map-widgets.readthedocs.io/contribution>`_.
the `contribution guidelines <https://django-map-widgets.readthedocs.io/en/latest/contribution/index.html>`_.

Screenshots
~~~~~~~~~~~
Expand Down
Loading