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

Update README.md with new markdown files locations #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Adds support for drawing and editing features on


See
[API.md](https://github.com/birkskyum/maplibre-gl-draw/blob/main/docs/API.md) for
[API.md](https://github.com/birkskyum/maplibre-gl-draw/blob/main/markdown-files/API.md) for
documentation.

### Installing
Expand Down Expand Up @@ -74,20 +74,20 @@ map.on("load", function () {
});
```

### See [API.md](https://github.com/birkskyum/maplibre-gl-draw/blob/main/docs/API.md) for complete reference.
### See [API.md](https://github.com/birkskyum/maplibre-gl-draw/blob/main/markdown-files/API.md) for complete reference.

### Enhancements and New Interactions

For additional functionality
[check out our list of custom modes](https://github.com/birkskyum/maplibre-gl-draw/blob/main/docs/MODES.md#available-custom-modes).
[check out our list of custom modes](https://github.com/birkskyum/maplibre-gl-draw/blob/main/markdown-files/MODES.md#available-custom-modes).

MapLibre Draw accepts functionality changes after the functionality has been
proven out via a
[custom mode](https://github.com/birkskyum/maplibre-gl-draw/blob/main/docs/MODES.md#creating-modes-for-maplibre-draw).
[custom mode](https://github.com/birkskyum/maplibre-gl-draw/blob/main/markdown-files/MODES.md#creating-modes-for-maplibre-draw).
This lets users experiment and validate their mode before entering a review
process, hopefully promoting innovation. When you write a custom mode, please
open a PR adding it to our
[list of custom modes](https://github.com/birkskyum/maplibre-gl-draw/blob/main/docs/MODES.md#available-custom-modes).
[list of custom modes](https://github.com/birkskyum/maplibre-gl-draw/blob/main/markdown-files/MODES.md#available-custom-modes).

### Developing and testing

Expand Down
Loading