Skip to content

Commit 3811322

Browse files
committed
new window for external links
1 parent 52d40cd commit 3811322

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

_endpoints/bookings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ To add a new person along with a booking you must populate `person_attributes` w
191191

192192
`POST /bookings/recurring` will create recurring bookings based on a pattern.
193193

194-
The recurrence format follows the [iCalendar specification](https://tools.ietf.org/html/rfc5545). The attributes for recurrence are: `RRULE`, `RDATE`, `EXDATE`. For an introduction and examples of these parameters see [this section from the iCalendar specification](http://www.kanzaki.com/docs/ical/rrule.html).
194+
The recurrence format follows the [iCalendar specification](https://tools.ietf.org/html/rfc5545){:target="_blank"}. The attributes for recurrence are: `RRULE`, `RDATE`, `EXDATE`. For an introduction and examples of these parameters see [this section from the iCalendar specification](http://www.kanzaki.com/docs/ical/rrule.html){:target="_blank"}.
195195

196196
In the iCalendar specification the recurrence is based on values in `DTSTART` and `DTEND`. This is set by `booked_from` and `booked_to` from `booking`.
197197

_endpoints/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Response
7474

7575
`POST /events/recurring` will create a multiple events.
7676

77-
The recurrence format follows the [iCalendar specification](https://tools.ietf.org/html/rfc5545). The attributes for recurrence are: `RRULE`, `RDATE`, `EXDATE`. For an introduction and examples of these parameters see [this section from the iCalendar specification](http://www.kanzaki.com/docs/ical/rrule.html).
77+
The recurrence format follows the [iCalendar specification](https://tools.ietf.org/html/rfc5545){:target="_blank"}. The attributes for recurrence are: `RRULE`, `RDATE`, `EXDATE`. For an introduction and examples of these parameters see [this section from the iCalendar specification](http://www.kanzaki.com/docs/ical/rrule.html){:target="_blank"}.
7878

7979
In the iCalendar specification the recurrence is based on values in `DTSTART` and `DTEND`. This is set by `starts_at` and `ends_at` from `event`.
8080

_guides/api-libraries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ nav_order: 12
55

66
Makeplans does not officially support API libraries but they might be useful for you. Please note that these projects are **not** made by Makeplans but made publicly available by other developers who have used the Makeplans API. Any questions should be made directly to the responsible developers. If you find any errors or areas of improvement please make a pull request to improve the project.
77

8-
* [NodeJS by Mable](https://github.com/mableteam/makeplans).
9-
* [CakePHP by Pollenizer](https://github.com/Pollenizer/CakePHP-Makeplans-Plugin).
10-
* [Go by drewwells](https://github.com/drewwells/makeplans).
8+
* [NodeJS by Mable](https://github.com/mableteam/makeplans){:target="_blank"}.
9+
* [CakePHP by Pollenizer](https://github.com/Pollenizer/CakePHP-Makeplans-Plugin){:target="_blank"}.
10+
* [Go by drewwells](https://github.com/drewwells/makeplans){:target="_blank"}.
1111

1212
A big thanks to everyone who has contributed to these libraries!

_guides/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ nav_order: 1
55

66
1) Read this documentation.
77

8-
2) [Sign up for a trial account in our test environment](https://app.test.makeplans.net/client/new)
8+
2) [Sign up for a trial account in our test environment](https://app.test.makeplans.net/client/new){:target="_blank"}
99

1010
3) Go to Setup -> Integrations -> API. Enable the API and get the API-key.
1111

1212
4) Profit.
1313

14-
When your integration is ready to be released you can sign up for a [real account](https://app.makeplans.com/client/new).
14+
When your integration is ready to be released you can sign up for a [real account](https://app.makeplans.com/client/new){:target="_blank"}.
1515

1616
Limitations of the test environment:
1717
* SMS reminders are not triggered.

_guides/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nav_order: 10
55

66
Maximum 50 items are returned per response for all endpoints except `bookings` which returns 750. Specify page with parameter `page`. Pagination is used for: bookings, events, people and resource exception dates. All other objects return all available items. Please note that currently there is no way to specify exact part of the dataset. Thus an item might appear in both page 2 and 3 if the complete dataset for the query has changed.
77

8-
[RFC 8288](https://datatracker.ietf.org/doc/html/rfc8288) is used for pagination linking. You will find URLs for first, prev, next and last pages in the `Link` HTTP Header. In addition metadata is added in the following HTTP Headers: `Current-Page`, `Page-Items`, `Total-Count`, `Total-Pages`.
8+
[RFC 8288](https://datatracker.ietf.org/doc/html/rfc8288){:target="_blank"} is used for pagination linking. You will find URLs for first, prev, next and last pages in the `Link` HTTP Header. In addition metadata is added in the following HTTP Headers: `Current-Page`, `Page-Items`, `Total-Count`, `Total-Pages`.
99

1010
## Example request and response
1111

partner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The initial user is set as admin on the account. The attributes for creation are
3838

3939
##### Time zone
4040

41-
Currently a custom time zone naming is used. Please see [this list](https://github.com/rails/rails/blob/v7.1.3.4/activesupport/lib/active_support/values/time_zone.rb#L33) of used names and their mappings.
41+
Currently a custom time zone naming is used. Please see [this list](https://github.com/rails/rails/blob/v7.1.3.4/activesupport/lib/active_support/values/time_zone.rb#L33){:target="_blank"} of used names and their mappings.
4242

4343
In the future this will become more standard compliant.
4444

0 commit comments

Comments
 (0)