Skip to content

Commit e38282d

Browse files
committed
fix: images in public are served at root
1 parent 65dc32f commit e38282d

9 files changed

+37
-37
lines changed

docs/installation_and_setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ case you're using a self-hosted ORS version and the requests per minute you're a
2222
First, you'll have to [sign up](https://account.heigit.org/signup) and copy your API key from
2323
your [HeiGIT account dashboard](https://account.heigit.org).
2424

25-
![Signup webpage](public/signup_tab.png)
26-
![openrouteservice dashboard](public/dashboard.png)
25+
![Signup webpage](signup_tab.png)
26+
![openrouteservice dashboard](dashboard.png)
2727

2828

2929
## Set up the API key in QGIS
3030
1. Open the configuration window by going to `Web` > `ORS Tools` > `Configuration`. Or by clicking the gear icon in the plugin.
3131
2. Open the provider box by clicking on the caret icon next to the provider name.
3232
3. Enter your API key in the `API Key` field.
3333

34-
![config_icon_gui.png](public/config_icon_gui.png)
35-
![config_gui.png](public/config_gui.png)
34+
![config_icon_gui.png](config_icon_gui.png)
35+
![config_gui.png](config_gui.png)

docs/processing_algorithms/directions_from_points_1_layer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
This algorithm calculates optimal routes for (Multi)Point layers.
33

44
**Toolbox Button**
5-
<img src="/img/directions_from_points_1_layer_toolbox.png" alt="Toolbox">
5+
<img src="/directions_from_points_1_layer_toolbox.png" alt="Toolbox">
66

77
**Preview**
8-
<img src="/img/directions_from_points_1_layer_preview.png" alt="Preview">
8+
<img src="/directions_from_points_1_layer_preview.png" alt="Preview">
99

1010
## Parameters
1111

@@ -66,13 +66,13 @@ You can optionally perform a [Traveling Salesman Optimization](https://en.wikipe
6666
<summary>Examples</summary>
6767
<br>
6868
<h4>Traveling Salesman Problem: Round trip</h4>
69-
<img src="/img/tsp_round_trip.png" alt="Traveling Salesman Problem: Round trip">
69+
<img src="/tsp_round_trip.png" alt="Traveling Salesman Problem: Round trip">
7070
<h4>Traveling Salesman Problem: fix start point</h4>
71-
<img src="/img/tsp_fix_start_point.png" alt="Traveling Salesman Problem: fix start point">
71+
<img src="/tsp_fix_start_point.png" alt="Traveling Salesman Problem: fix start point">
7272
<h4>Traveling Salesman Problem: fix end point</h4>
73-
<img src="/img/tsp_fix_end_point.png" alt="Traveling Salesman Problem: fix end point">
73+
<img src="/tsp_fix_end_point.png" alt="Traveling Salesman Problem: fix end point">
7474
<h4>Traveling Salesman Problem: fix start and end points</h4>
75-
<img src="/img/tsp_fix_start_and_end_points.png" alt="Traveling Salesman Problem: fix start and end points">
75+
<img src="/tsp_fix_start_and_end_points.png" alt="Traveling Salesman Problem: fix start and end points">
7676
</details>
7777

7878
### Directions(Output)

docs/processing_algorithms/directions_from_points_2_layers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
This algorithm calculates optimal routes for multiple start and end points based on the input files.
33

44
**Toolbox Button**
5-
<img src="/img/directions_from_points_2_layers_toolbox.png" alt="Toolbox">
5+
<img src="/directions_from_points_2_layers_toolbox.png" alt="Toolbox">
66

77
**Preview**
8-
<img src="/img/directions_from_points_2_layers_preview.png" alt="Preview">
8+
<img src="/directions_from_points_2_layers_preview.png" alt="Preview">
99

1010

1111
## Parameters

docs/processing_algorithms/directions_from_polylines_layer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
This algorithm calculates least-cost routes for multiple waypoints along one or multiple LineString(s).
33

44
**Toolbox Button**
5-
<img src="/img/directions_from_polylines_layer_toolbox.png" alt="Toolbox">
5+
<img src="/directions_from_polylines_layer_toolbox.png" alt="Toolbox">
66

77
**Preview**
8-
<img src="/img/directions_from_polylines_layer_preview.png" alt="Preview">
8+
<img src="/directions_from_polylines_layer_preview.png" alt="Preview">
99

1010
## Parameters
1111

@@ -61,13 +61,13 @@ You can optionally perform a [Traveling Salesman Optimization](https://en.wikipe
6161
<summary>Examples</summary>
6262
<br>
6363
<h4>Traveling Salesman Problem: Round trip</h4>
64-
<img src="/img/tsp_round_trip_line.png" alt="Traveling Salesman Problem: Round trip">
64+
<img src="/tsp_round_trip_line.png" alt="Traveling Salesman Problem: Round trip">
6565
<h4>Traveling Salesman Problem: fix start point</h4>
66-
<img src="/img/tsp_fix_start_point_line.png" alt="Traveling Salesman Problem: fix start point">
66+
<img src="/tsp_fix_start_point_line.png" alt="Traveling Salesman Problem: fix start point">
6767
<h4>Traveling Salesman Problem: fix end point</h4>
68-
<img src="/img/tsp_fix_end_point_line.png" alt="Traveling Salesman Problem: fix end point">
68+
<img src="/tsp_fix_end_point_line.png" alt="Traveling Salesman Problem: fix end point">
6969
<h4>Traveling Salesman Problem: fix start and end points</h4>
70-
<img src="/img/tsp_fix_start_and_end_point_line.png" alt="Traveling Salesman Problem: fix start and end points">
70+
<img src="/tsp_fix_start_and_end_point_line.png" alt="Traveling Salesman Problem: fix start and end points">
7171
</details>
7272

7373
### Directions(Output)

docs/processing_algorithms/isochrones_from_layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
This algorithm returns service/reachability areas for multiple locations and time/distance ranges.
33

44
**Toolbox Button**
5-
<img src="/img/isochrones_from_layer_toolbox.png" alt="Toolbox">
5+
<img src="/isochrones_from_layer_toolbox.png" alt="Toolbox">
66

77
**Preview**
8-
<img src="/img/isochrones_from_layer_preview.png" alt="Preview">
8+
<img src="/isochrones_from_layer_preview.png" alt="Preview">
99

1010
## Parameters
1111

docs/processing_algorithms/isochrones_from_point.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
This algorithm returns service/reachability areas for multiple locations and time/distance ranges.
33

44
**Toolbox Button**
5-
<img src="/img/isochrones_from_point_toolbox.png" alt="Toolbox">
5+
<img src="/isochrones_from_point_toolbox.png" alt="Toolbox">
66

77
**Preview**
8-
<img src="/img/isochrones_from_point_preview.png" alt="Preview">
8+
<img src="/isochrones_from_point_preview.png" alt="Preview">
99

1010
## Parameters
1111

docs/processing_algorithms/matrix_from_layers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
This algorithm returns a duration and distance matrix for multiple source and destination points.
33

44
**Toolbox Button**
5-
<img src="/img/matrix_from_layers_toolbox.png" alt="Toolbox">
5+
<img src="/matrix_from_layers_toolbox.png" alt="Toolbox">
66

77
**Preview**
8-
<img src="/img/matrix_from_layers_preview.png" alt="Preview">
8+
<img src="/matrix_from_layers_preview.png" alt="Preview">
99

1010
## Parameters
1111

docs/processing_algorithms/processing_overview.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33

44
## Directions
55
- [Directions from 1 Point-Layer](https://github.com/Merydian/orstools-wiki-test/wiki/directions_from_points_1_layer)
6-
<img src="/img/directions_from_points_1_layer_preview.png" alt="Toolbox">
7-
<img src="/img/directions_from_points_1_layer_toolbox.png" alt="Toolbox">
6+
<img src="/directions_from_points_1_layer_preview.png" alt="Toolbox">
7+
<img src="/directions_from_points_1_layer_toolbox.png" alt="Toolbox">
88

99
- [Directions from 1 Polyline-Layer](https://github.com/Merydian/orstools-wiki-test/wiki/directions_from_polylines_layer)
10-
<img src="/img/directions_from_polylines_layer_preview.png" alt="Toolbox">
11-
<img src="/img/directions_from_polylines_layer_toolbox.png" alt="Toolbox">
10+
<img src="/directions_from_polylines_layer_preview.png" alt="Toolbox">
11+
<img src="/directions_from_polylines_layer_toolbox.png" alt="Toolbox">
1212

1313
- [Directions from 2 Point-Layers](https://github.com/Merydian/orstools-wiki-test/wiki/directions_from_points_2_layers)
14-
<img src="/img/directions_from_points_2_layers_preview.png" alt="Toolbox">
15-
<img src="/img/directions_from_points_2_layers_toolbox.png" alt="Toolbox">
14+
<img src="/directions_from_points_2_layers_preview.png" alt="Toolbox">
15+
<img src="/directions_from_points_2_layers_toolbox.png" alt="Toolbox">
1616

1717
## Isochrones
1818
- [Isochrones from Point](https://github.com/Merydian/orstools-wiki-test/wiki/isochrones_from_point)
19-
<img src="/img/isochrones_from_point_preview.png" alt="Toolbox">
20-
<img src="/img/isochrones_from_point_toolbox.png" alt="Toolbox">
19+
<img src="/isochrones_from_point_preview.png" alt="Toolbox">
20+
<img src="/isochrones_from_point_toolbox.png" alt="Toolbox">
2121

2222
- [Isochrones from Point-Layer](https://github.com/Merydian/orstools-wiki-test/wiki/isochrones_from_layer)
23-
<img src="/img/isochrones_from_layer_preview.png" alt="Toolbox">
24-
<img src="/img/isochrones_from_layer_toolbox.png" alt="Toolbox">
23+
<img src="/isochrones_from_layer_preview.png" alt="Toolbox">
24+
<img src="/isochrones_from_layer_toolbox.png" alt="Toolbox">
2525

2626
## Matrix
2727
- [Matrix from Layers](https://github.com/Merydian/orstools-wiki-test/wiki/matrix_from_layers)
28-
<img src="/img/matrix_from_layers_preview.png" alt="Toolbox">
29-
<img src="/img/matrix_from_layers_toolbox.png" alt="Toolbox">
28+
<img src="/matrix_from_layers_preview.png" alt="Toolbox">
29+
<img src="/matrix_from_layers_toolbox.png" alt="Toolbox">

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The standard GUI is launched either from the `Web` toolbar or the `Web` menu:
66

7-
![ORS Tools GUI](https://github.com/GIScience/orstools-qgis-plugin/blob/main/docs/wiki/public/wiki_orstools_01.png)
7+
![ORS Tools GUI](https://github.com/GIScience/orstools-qgis-plugin/blob/main/docs/wiki/wiki_orstools_01.png)
88

99
You'll find a shortcut to the configuration settings and the wiki here. Also, it will show you your available requests for the current period of time (usually one day) as soon as you made the first request in the current QGIS session.
1010

0 commit comments

Comments
 (0)