Skip to content

Commit 5f5fbcc

Browse files
committed
More fixes for descriptive link text
1 parent 16f16f8 commit 5f5fbcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/api/mapml-viewer-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ the viewer through JavaScript.
2828
| Method | Functionality |
2929
|-------------------------- |---------------------------------------------------------------------- |
3030
| [back()](#back) | Navigates back in the map's panning history. |
31-
| defineCustomProjection() | Visit [this](custom-projections) for more information. |
31+
| defineCustomProjection() | Visit the [Custom Projections API](custom-projections) for more information. |
3232
| [forward()](#forward) | Navigates forward in the map's panning history. |
3333
| [reload()](#reload) | Clear the map's panning history and return to the starting location. |
3434
| [toggleDebug()](#toggledebug) | Toggle the debug functionality of the map. |

docs/maps/web-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ To experiment with the `web-map` and `map-area` custom elements, you should link
3636

3737
In theory, if you take steps to provde the fallback markup, a normal (progressive) Web map experience will be had by most users, while those using an older browser or perhaps even Safari may get the "fallback" client side image map experience.
3838

39-
An older example of such a Web map may be found in [this](https://maps4html.org/Web-Map-Custom-Element/blog/progressive-web-maps.html) blog post. Please raise an [issue](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues) if you have comments about how that example works for you.
39+
An older example of such a Web map may be found in the [blog post on Progressive Web Maps](https://maps4html.org/Web-Map-Custom-Element/blog/progressive-web-maps.html). Please raise an [issue](https://github.com/Maps4HTML/Web-Map-Custom-Element/issues) if you have comments about how that example works for you.
4040

docs/resources/debug-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ panel that display's the mouse's current location in the various coordinate syst
2323

2424
#### Map's API
2525

26-
Toggling debug mode can also be done through the viewer's api, see [here](../api/mapml-viewer-api.md#toggledebug) for more.
26+
Toggling debug mode can also be done through the viewer's API, see the [`toggleDebug()` method](../api/mapml-viewer-api.md#toggledebug) for more.

0 commit comments

Comments
 (0)