Skip to content

Commit 463aeb3

Browse files
committed
README :: fix url
1 parent 7392d54 commit 463aeb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
jotform-api-php
22
===============
3-
[JotForm API](http://api.jotform.com/docs/) - PHP Client
3+
[JotForm API](https://api.jotform.com/docs/) - PHP Client
44

55

66
### Installation
@@ -12,7 +12,7 @@ Install via git clone:
1212
1313
or
1414

15-
Install via Composer package manager (http://getcomposer.org/)
15+
Install via Composer package manager (https://getcomposer.org/)
1616

1717
_composer.json_
1818
```json
@@ -27,11 +27,11 @@ _composer.json_
2727

2828
### Documentation
2929

30-
You can find the docs for the API of this client at [http://api.jotform.com/docs/](http://api.jotform.com/docs)
30+
You can find the docs for the API of this client at [https://api.jotform.com/docs/](https://api.jotform.com/docs)
3131

3232
### Authentication
3333

34-
JotForm API requires API key for all user related calls. You can create your API Keys at [API section](http://www.jotform.com/myaccount/api) of My Account page.
34+
JotForm API requires API key for all user related calls. You can create your API Keys at [API section](https://www.jotform.com/myaccount/api) of My Account page.
3535

3636
### Examples
3737

0 commit comments

Comments
 (0)