Skip to content

Commit 6ae5572

Browse files
authored
Merge pull request #4274 from stifoon/patch-2
Some typo on external URL
2 parents e9a80ac + bffb828 commit 6ae5572

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

documentation/slate/source/includes/interface.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Interface
44
The base URL for **navitia.io** is:
55
<https://api.navitia.io/v1/>
66

7-
We aim to implement [HATEOAS](http://en.wikipedia.org/wiki/HATEOAS)
7+
We aim to implement [HATEOAS](https://en.wikipedia.org/wiki/HATEOAS)
88
concept with Navitia.
99

1010
Every resource returns a response containing a links object, a paging

documentation/slate/source/includes/objects.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ Severity object can be used to make visual grouping.
538538
| Field | Type | Description
539539
|---------------|------------|---------------------------------------------
540540
| id |string |Identifier of the address
541-
| content_type |string |Like text/html, you know? Otherwise, take a look at <http://www.w3.org/Protocols/rfc1341/4_Content-Type.html>
541+
| content_type |string |Like text/html, you know? Otherwise, take a look at <https://www.w3.org/Protocols/rfc1341/4_Content-Type.html>
542542
| name |string |name of the Channel
543543

544544
### Period
@@ -666,7 +666,7 @@ You can find pathways in [journeys](#journeys) service, where there is some "via
666666
|zip_code|string|Zip code of the admin|
667667

668668
Cities are mainly on the 8 level, dependant on the country
669-
(<http://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative>)
669+
(<https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative>)
670670

671671

672672
### <a name="equipment-reports"></a>Equipment reports

documentation/slate/source/includes/realtime.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A disruption is present in the response of the endpoints described if the reques
3939

4040
Several public transport objects have separate collections for `base_schedule` and `realtime`.<br>So the data_freshness parameter may affect the number of objects returned depending on the request.
4141

42-
For example when looking for a specific circulation with the collection vehicle_journey using the request:<br>`http://api.navitia.io/v1/coverage/<toto>/vehicle_journeys?since=20191008T100000&until=20191008T200000&data_freshness=base_schedule`.
42+
For example when looking for a specific circulation with the collection vehicle_journey using the request:<br>`https://api.navitia.io/v1/coverage/<toto>/vehicle_journeys?since=20191008T100000&until=20191008T200000&data_freshness=base_schedule`.
4343

4444
A vehicle_journey circulating between since and until that is **fully deleted** (NO_SERVICE) by a disruption will
4545
of course be **visible** if `data_freshness=base_schedule`.<br>But it **will not appear** with the parameter `data_freshness=realtime` as it does not exist in that collection.
@@ -85,7 +85,7 @@ See the [disruption](#disruption) objects section for its full content and descr
8585

8686
``` shell
8787
# Request example for /journeys
88-
http://api.navitia.io/v1/coverage/<coverage>/journeys?from=<origin>&to=<destination>&data_freshness=realtime
88+
https://api.navitia.io/v1/coverage/<coverage>/journeys?from=<origin>&to=<destination>&data_freshness=realtime
8989
```
9090

9191
``` shell
@@ -165,7 +165,7 @@ A list of the disruptions impacting the journey is also present at the root leve
165165

166166
``` shell
167167
# Request example for /departures (data_freshness=realtime by default)
168-
http://api.navitia.io/v1/coverage/<coverage>/physical_modes/<physical_mode>/stop_areas/<stop_area>/departures?from_datetime=<from_date>&data_freshness=realtime
168+
https://api.navitia.io/v1/coverage/<coverage>/physical_modes/<physical_mode>/stop_areas/<stop_area>/departures?from_datetime=<from_date>&data_freshness=realtime
169169
```
170170

171171
``` shell
@@ -220,7 +220,7 @@ A list of the disruptions impacting the departures is also present at the root l
220220

221221
``` shell
222222
# Request example for /stop_schedules (data_freshness=realtime by default)
223-
http://api.navitia.io/v1/coverage/<coverage>/physical_modes/<physical_mode>/lines/<line>/stop_areas/<stop_area>/stop_schedules?from_datetime=<from_date>&data_freshness=realtime
223+
https://api.navitia.io/v1/coverage/<coverage>/physical_modes/<physical_mode>/lines/<line>/stop_areas/<stop_area>/stop_schedules?from_datetime=<from_date>&data_freshness=realtime
224224
```
225225

226226
``` shell
@@ -365,7 +365,7 @@ In the disruption, new stop points can be found in the list of "impacted_stops"
365365

366366
``` shell
367367
# Request example for /journeys
368-
http://api.navitia.io/v1/coverage/<coverage>/journeys?from=<origin>&to=<destination>&data_freshness=realtime
368+
https://api.navitia.io/v1/coverage/<coverage>/journeys?from=<origin>&to=<destination>&data_freshness=realtime
369369
```
370370

371371
``` shell
@@ -464,7 +464,7 @@ In the disruption, every stops served by the new train can be found in the list
464464

465465
``` shell
466466
# Request example for /journeys
467-
http://api.navitia.io/v1/coverage/<coverage>/journeys?from=<origin>&to=<destination>&data_freshness=realtime
467+
https://api.navitia.io/v1/coverage/<coverage>/journeys?from=<origin>&to=<destination>&data_freshness=realtime
468468
```
469469

470470
``` shell
@@ -567,7 +567,7 @@ When requesting a journey that was previously disrupted and is now back to norma
567567

568568
``` shell
569569
# Request example for /departures (data_freshness=realtime by default)
570-
http://api.navitia.io/v1/coverage/<coverage>/physical_modes/<physical_mode>/stop_areas/<stop_area>/departures?from_datetime=<from_date>&data_freshness=realtime
570+
https://api.navitia.io/v1/coverage/<coverage>/physical_modes/<physical_mode>/stop_areas/<stop_area>/departures?from_datetime=<from_date>&data_freshness=realtime
571571
```
572572

573573
``` shell
@@ -613,7 +613,7 @@ No disruption is present at the root level of the response and so, in the sectio
613613

614614
``` shell
615615
# Request example for /stop_schedules (data_freshness=realtime by default)
616-
http://api.navitia.io/v1/coverage/<coverage>/physical_modes/<physical_mode>/lines/<line>/stop_areas/<stop_area>/stop_schedules?from_datetime=<from_date>&data_freshness=realtime
616+
https://api.navitia.io/v1/coverage/<coverage>/physical_modes/<physical_mode>/lines/<line>/stop_areas/<stop_area>/stop_schedules?from_datetime=<from_date>&data_freshness=realtime
617617
```
618618

619619
``` shell
@@ -651,7 +651,7 @@ No disruption is present at the root level of the response and so, in the sectio
651651

652652
``` shell
653653
# Request example for /terminus_schedules (data_freshness=base_schedule by default)
654-
http://api.navitia.io/v1/coverage/<coverage>/physical_modes/<physical_mode>/lines/<line>/stop_areas/<stop_area>/terminus_schedules?from_datetime=<from_date>&data_freshness=realtime
654+
https://api.navitia.io/v1/coverage/<coverage>/physical_modes/<physical_mode>/lines/<line>/stop_areas/<stop_area>/terminus_schedules?from_datetime=<from_date>&data_freshness=realtime
655655
```
656656

657657
``` shell

documentation/slate/source/includes/stuff.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Multiple journeys
77
Navitia can compute several kind of journeys with a journey query.
88

99
The
10-
[RAPTOR](http://research.microsoft.com/apps/pubs/default.aspx?id=156567)
10+
[RAPTOR](https://www.microsoft.com/en-us/research/publication/round-based-public-transit-routing)
1111
algorithm used in Navitia is a multi-objective algorithm. Thus it might
1212
return multiple journeys if it cannot know that one is better than the
1313
other. For example it cannot decide that a one hour journey with no
1414
connection is better than a 45 minutes journey with one connection
1515
(it is called the [pareto front](http://en.wikipedia.org/wiki/Pareto_efficiency)).
16-
Navitia uses multiple objectives : arrival datetime, the number of transfers,
17-
the duration of "walking" (transfers and fallback), reliability of lines, crowd, etc.
16+
Navitia uses multiple objectives : arrival datetime, the number of transfers,
17+
the duration of "walking" (transfers and fallback), reliability of lines, occupancy, etc.
1818

1919
If the user asks for more journeys than the number of journeys given by
2020
RAPTOR (with the parameter `min_nb_journeys` or `count`), Navitia will

0 commit comments

Comments
 (0)